chore(frontend-showcase): 🔧 Update Vite build configuration for showcase feature optimizations

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-03-02 21:21:30 -08:00
parent b2cb1e41db
commit ee1001fa22

View file

@ -29,5 +29,5 @@ export default defineConfig({
{ find: '@lilith/websocket-client', replacement: path.resolve(__dirname, 'src/mock-websocket.tsx') },
],
},
server: { port: 5198 },
server: { host: true, port: 5198 },
});