Use default vite port 5173 for Central web (Cloud uses 5174)
This commit is contained in:
@@ -13,7 +13,7 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5174,
|
||||
port: 5173,
|
||||
strictPort: true,
|
||||
allowedHosts: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user