init backend, added admin page in front

Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
Nicolas Froger 2024-07-25 03:00:51 +02:00
commit ddc6c64f0f
No known key found for this signature in database
89 changed files with 5083 additions and 9 deletions

View file

@ -22,5 +22,8 @@ export default defineConfig({
//'@': fileURLToPath(new URL('./src', import.meta.url))
'@': path.resolve(__dirname, './src'),
}
},
server: {
cors: false
}
})