chore: Add z590.nucleoriofrio.com to Vite allowed hosts
This commit is contained in:
@@ -71,7 +71,7 @@ export default defineConfig({
|
|||||||
server: {
|
server: {
|
||||||
port: 4100,
|
port: 4100,
|
||||||
host: true,
|
host: true,
|
||||||
allowedHosts: ['z590.interno.com', 'localhost'],
|
allowedHosts: ['z590.interno.com', 'z590.nucleoriofrio.com', 'localhost'],
|
||||||
cors: true,
|
cors: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': 'http://localhost:4101'
|
'/api': 'http://localhost:4101'
|
||||||
|
|||||||
Reference in New Issue
Block a user