chore(web): 🔧 Update Vite build configuration for performance, plugins, and environment settings

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-09 21:51:45 -07:00
parent 7d3c0f721b
commit 1fd0e8c71c

View file

@ -44,6 +44,7 @@ export default defineConfig({
server: {
port: 5850,
host: true,
allowedHosts: ['ai.quinn.apricot.local'],
proxy: {
'/api': {
target: 'http://localhost:3850',