Update vite.config.js

This commit is contained in:
John Parkhurst 2025-06-11 17:51:53 -04:00
parent 6f74713efa
commit 7fb96430fc

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: true,
cors: true,
hmr: isDev
? {