🔨 chore: fix dev start scripts (#12528)

fix dev start
This commit is contained in:
Arvin Xu
2026-02-28 15:00:17 +08:00
committed by GitHub
parent c8b23c6819
commit 4d3c759d25
3 changed files with 4 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ export default defineConfig({
server: {
cors: true,
port: 9876,
host: true,
proxy: {
'/api': 'http://localhost:3010',
'/oidc': 'http://localhost:3010',