Update vite.config.js

This commit is contained in:
Matt DiMeglio 2025-06-11 12:19:34 -04:00
parent 22b9953c87
commit 6944973f46

View file

@ -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: {