diff --git a/vite.config.ts b/vite.config.ts index 080c3b3..a22c175 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ plugins: [react(), tailwindcss()], server: { host: true, - allowedHosts: ["localhost"], + allowedHosts: ["labwise.wahwa.com", "localhost"], proxy: { '/api': { target: 'http://localhost:3001', changeOrigin: true }, '/uploads': { target: 'http://localhost:3001', changeOrigin: true },