From 55a71cbc9d775dd6f647ae4bba7b39b624253454 Mon Sep 17 00:00:00 2001 From: kashishgfuturetech-eng Date: Tue, 17 Mar 2026 10:17:36 +0530 Subject: [PATCH] Update vite.config.js --- frontend/vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 7cec1a71..85b16c15 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -7,6 +7,7 @@ export default defineConfig({ server: { port: 3000, open: true, + allowedHosts: ['mirofish-pwse.onrender.com'], proxy: { '/api': { target: 'http://localhost:5001',