Use default vite port 5173 for Central web (Cloud uses 5174)
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user