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