feat(client): profile-wip

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-01-02 15:58:17 +08:00
parent 61d2d2aef3
commit 0a4f459188
18 changed files with 272 additions and 59 deletions

View File

@@ -23,7 +23,7 @@ export default defineConfig({
},
server: {
proxy: {
'/api': 'http://10.0.0.10:8000',
'/api': 'http://10.0.0.250:8000',
},
host: '0.0.0.0',
port: 5173,