chore: 统一前端/H5 服务固定端口

- web: 5178
- web-admin: 5179
- mini-program: 5180
- life-script: 5181
This commit is contained in:
2026-06-28 10:37:36 +08:00
parent 75de32828a
commit 1b39d873ab
8 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default defineConfig(({ command }) => {
envDir: __dirname,
publicDir: resolve(__dirname, 'static'),
server: {
port: 5175,
port: 5180,
watch: {
usePolling: true,
interval: 100