This commit is contained in:
2026-03-23 14:42:36 -03:00
parent 71fd0510de
commit 5ed876d694
17 changed files with 767 additions and 137 deletions

View File

@@ -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',