From 7f77443f24c876f6cba7370e9b903ec4c8364845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:05:11 +0300 Subject: [PATCH] =?UTF-8?q?allowedHosts=20k=C4=B1sm=C4=B1na=20Wildcard=20s?= =?UTF-8?q?e=C3=A7ene=C4=9Fi=20eklendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/vite.config.ts b/ui/vite.config.ts index 4ac76d81..11dc4edd 100644 --- a/ui/vite.config.ts +++ b/ui/vite.config.ts @@ -65,7 +65,7 @@ export default defineConfig(async ({ mode }) => { host: '0.0.0.0', port: 80, open: false, - allowedHosts, + allowedHosts: ['localhost', '.sozsoft.com'], }, define: { 'process.env': {},