From dca2c89641e4af158c1460612a73680801d4bb0b Mon Sep 17 00:00:00 2001 From: Aditya Pulipaka Date: Thu, 19 Mar 2026 18:50:18 +0000 Subject: [PATCH] add both hosts to config --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },