Merge remote-tracking branch 'origin/main' into fix/scheduling-ui-ux

This commit is contained in:
salirezav
2026-01-13 14:46:11 -05:00
43 changed files with 8058 additions and 26 deletions

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