Use default vite port 5173 for Central web (Cloud uses 5174)

This commit is contained in:
2026-07-14 15:51:29 +00:00
parent a98557cb55
commit c85d27a5d1

View File

@@ -13,7 +13,7 @@ export default defineConfig({
}, },
server: { server: {
host: '0.0.0.0', host: '0.0.0.0',
port: 5174, port: 5173,
strictPort: true, strictPort: true,
allowedHosts: true, allowedHosts: true,
} }