From 1fd0e8c71c890e38b05b11ae3cb3dfdff6cf6454 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 9 Apr 2026 21:51:45 -0700 Subject: [PATCH] =?UTF-8?q?chore(web):=20=F0=9F=94=A7=20Update=20Vite=20bu?= =?UTF-8?q?ild=20configuration=20for=20performance,=20plugins,=20and=20env?= =?UTF-8?q?ironment=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- @applications/web/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/@applications/web/vite.config.ts b/@applications/web/vite.config.ts index 7bcfac0..de6caf0 100644 --- a/@applications/web/vite.config.ts +++ b/@applications/web/vite.config.ts @@ -44,6 +44,7 @@ export default defineConfig({ server: { port: 5850, host: true, + allowedHosts: ['ai.quinn.apricot.local'], proxy: { '/api': { target: 'http://localhost:3850',