add external url to allowed hosts
This commit is contained in:
@@ -22,7 +22,7 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 3002,
|
||||
host: '0.0.0.0',
|
||||
allowedHosts: ['exp-dash', 'localhost'],
|
||||
allowedHosts: ['exp-dash', 'localhost', 'usda-dash.ugaif.com'],
|
||||
cors: true
|
||||
},
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user