Update vite.config.js

This commit is contained in:
John Parkhurst 2025-06-11 16:35:37 -04:00
parent 8256a716df
commit fafce681ed

View file

@ -11,7 +11,7 @@ export default defineConfig({
cors: true, cors: true,
hmr: { hmr: {
protocol: 'wss', protocol: 'wss',
host: '.code-catalyst.com', host: ['*.code-catalyst.com'],
clientPort: 443, clientPort: 443,
} }
}, },