chore(frontend-showcase): 🔧 Update Vite build configuration for showcase feature optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
b2cb1e41db
commit
ee1001fa22
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue