Change server port from 1421 to 1420

修复测试修改的端口不一致问题
This commit is contained in:
liucong
2026-03-16 18:32:19 +08:00
committed by GitHub
parent 909b3d0892
commit 4121582bd4

View File

@@ -21,7 +21,7 @@ export default defineConfig({
}, },
clearScreen: false, clearScreen: false,
server: { server: {
port: 1421, port: 1420,
strictPort: true, strictPort: true,
proxy: { proxy: {
'/ws': { '/ws': {