feat(client): magic link sign-in

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2025-12-25 01:38:43 +08:00
parent cfe8bd0bfa
commit 12144696e8
12 changed files with 167 additions and 631 deletions

View File

@@ -21,4 +21,10 @@ export default defineConfig({
'@': path.resolve(__dirname, './src'),
},
},
server: {
proxy: {
'/api': 'http://10.0.0.10:8000',
},
allowedHosts: ['dev.sne.moe'],
},
});