feat: init

This commit is contained in:
yanghao05
2025-04-16 21:07:57 +08:00
parent 85301c8994
commit 85ece3e899
7 changed files with 31 additions and 70 deletions

View File

@@ -17,7 +17,7 @@ export default defineConfig({
port: 3000,
open: true,
proxy: {
'/v1': 'http://localhost:8088',
'/api': 'http://localhost:8088',
}
}
});