chore: Add z590.nucleoriofrio.com to Vite allowed hosts
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user