From 6944973f46d3305872e363e82b5053145d52f56e Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Wed, 11 Jun 2025 12:19:34 -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 b5b25a3..4de0c9d 100644 --- a/web/vite.config.js +++ b/web/vite.config.js @@ -7,13 +7,13 @@ export default defineConfig({ plugins: [react()], server:{ host: true, - allowedHosts: ['shift.code-catalyst.com']\ + allowedHosts: ['shift.code-catalyst.com'], cors: true, hmr: { protocol: 'wss', host: 'shift.code-catalyst.com', clientPort: 443, - }, + } }, resolve: { alias: {