phase 3
This commit is contained in:
@@ -12,7 +12,11 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
port: 5175,
|
||||
allowedHosts: ['mpr.local.ar'],
|
||||
allowedHosts: ['mpr.local.ar', 'k8s.mpr.local.ar'],
|
||||
hmr: {
|
||||
// When behind a reverse proxy, connect WebSocket to the same host the page was loaded from
|
||||
clientPort: 80,
|
||||
},
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:8702',
|
||||
|
||||
Reference in New Issue
Block a user