added basic manga list

This commit is contained in:
wea_ondara
2023-09-22 14:48:18 +02:00
parent f9d3ff29ed
commit a37d46fde4
12 changed files with 323 additions and 8 deletions

View File

@@ -22,4 +22,12 @@ export default defineConfig({
},
},
clearScreen: false,
server: {
proxy: {
'/graphql': {
target: 'https://graphql.anilist.co',
changeOrigin: true,
},
},
},
});