From 7fb96430fc889f500623abea9f6e44dc8f7b0b2c Mon Sep 17 00:00:00 2001 From: John Parkhurst Date: Wed, 11 Jun 2025 17:51:53 -0400 Subject: [PATCH] Update vite.config.js --- web/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/vite.config.js b/web/vite.config.js index 7dca159..51ebd1c 100644 --- a/web/vite.config.js +++ b/web/vite.config.js @@ -11,7 +11,7 @@ export default defineConfig(({ mode = 'local' }) => { plugins: [react()], server:{ host: true, - allowedHosts: ['shift-dev.code-catalyst.com', 'shift.code-catalyst.com'], + allowedHosts: true, cors: true, hmr: isDev ? {