diff --git a/web/vite.config.js b/web/vite.config.js index 0cb6f53..3be5fa9 100644 --- a/web/vite.config.js +++ b/web/vite.config.js @@ -6,6 +6,7 @@ import path from 'path'; export default defineConfig({ plugins: [react()], server:{ + host: true, allowedHosts: ['shift.code-catalyst.com'] }, resolve: {