Update vite.config.js

This commit is contained in:
John Parkhurst 2025-06-11 17:58:31 -04:00
parent bf49e8d824
commit a99c8d52bd

View file

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