chore: Add z590.nucleoriofrio.com to Vite allowed hosts

This commit is contained in:
2026-02-14 03:21:15 -06:00
parent 902029c805
commit 14e5bac784

View File

@@ -71,7 +71,7 @@ export default defineConfig({
server: {
port: 4100,
host: true,
allowedHosts: ['z590.interno.com', 'localhost'],
allowedHosts: ['z590.interno.com', 'z590.nucleoriofrio.com', 'localhost'],
cors: true,
proxy: {
'/api': 'http://localhost:4101'