WIP: integrate-old-refactors-of-github #1

Draft
hdh20267 wants to merge 140 commits from integrate-old-refactors-of-github into main
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 35ab2e79ce - Show all commits

View File

@@ -31,7 +31,7 @@ export default defineConfig({
],
server: {
// Allow connections from the VM hostname and any other host/IP
allowedHosts: ['exp-dash', 'localhost'],
allowedHosts: ['exp-dash', 'localhost', 'usda-dash.ugaif.com'],
// Proxy API calls from the browser to the API container via the compose service name
proxy: {
'/api': {

View File

@@ -22,7 +22,7 @@ export default defineConfig({
server: {
port: 3003,
host: '0.0.0.0',
allowedHosts: ['exp-dash', 'localhost'],
allowedHosts: ['exp-dash', 'localhost', 'usda-dash.ugaif.com'],
cors: true
},
build: {

View File

@@ -23,7 +23,7 @@ export default defineConfig({
server: {
port: 3001,
host: '0.0.0.0',
allowedHosts: ['exp-dash', 'localhost'],
allowedHosts: ['exp-dash', 'localhost', 'usda-dash.ugaif.com'],
cors: true
},
build: {

View File

@@ -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: {