Update vite.config.js #12

Merged
John4064 merged 2 commits from TestDeploy into main 2025-06-12 02:15:00 +00:00
Showing only changes of commit ef1ab66580 - Show all commits

View file

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