Update vite.config.js

This commit is contained in:
Matt DiMeglio 2025-06-11 16:09:46 -04:00
parent 47c95584da
commit a2a75633e1

View file

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