From a2a75633e153614fcd9634dc27557c58a89981f7 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Wed, 11 Jun 2025 16:09:46 -0400 Subject: [PATCH] Update vite.config.js --- web/vite.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/vite.config.js b/web/vite.config.js index 4de0c9d..3d94049 100644 --- a/web/vite.config.js +++ b/web/vite.config.js @@ -7,11 +7,11 @@ export default defineConfig({ plugins: [react()], server:{ host: true, - allowedHosts: ['shift.code-catalyst.com'], + allowedHosts: ['.code-catalyst.com'], cors: true, hmr: { protocol: 'wss', - host: 'shift.code-catalyst.com', + host: '.code-catalyst.com', clientPort: 443, } },