diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index ad4c6f9..23bb41d 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -56,14 +56,12 @@ export default defineNuxtConfig({ optimizeDeps: { include: ['@internationalized/date'], }, - build: { - sourcemap: false, // Disable source maps to avoid warnings - }, server: { hmr: { - // Don't specify host - let it auto-detect from window.location + host: 'tenant1.routebox.co', port: 443, protocol: 'wss', + // Don't use _nuxt path - HMR handles its own path }, allowedHosts: ['.routebox.co', 'localhost', '127.0.0.1'], },