配置开发/生产环境

This commit is contained in:
wzy-warehouse
2026-04-07 21:22:31 +08:00
parent af7e1f3340
commit 78a477be3c
4 changed files with 65 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ export default defineConfig(({ mode }) => {
},
},
server: {
port: Number(env.START_PORT),
proxy: {
'/api': {
target: backendBaseUrl,