added mangaupdates integration

cleanup db related code
cleanup ui
ui eye candy
This commit is contained in:
wea_ondara
2023-09-26 16:47:08 +02:00
parent 641a4425aa
commit 7f28012520
36 changed files with 1435 additions and 168 deletions

View File

@@ -28,6 +28,11 @@ export default defineConfig({
target: 'https://graphql.anilist.co',
changeOrigin: true,
},
'^/mangaupdates/.*$': {
target: 'https://api.mangaupdates.com',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/mangaupdates/, ''),
},
},
},
});