Update vite.config.js

This commit is contained in:
John Parkhurst 2025-06-11 18:04:44 -04:00
parent 8dc9ce9e13
commit d134fffafb

View file

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