Update vite.config.js

This commit is contained in:
Matt DiMeglio 2025-06-11 16:52:56 -04:00
parent 7153472ddf
commit be14068a3e

View file

@ -11,7 +11,7 @@ export default defineConfig(({ mode = 'local' }) => {
plugins: [react()], plugins: [react()],
server:{ server:{
host: true, host: true,
allowedHosts: ['.code-catalyst.com'], allowedHosts: ['shift-dev.code-catalyst.com', 'shift.code-catalyst.com'],
cors: true, cors: true,
hmr: isDev hmr: isDev
? { ? {