Skip to content

Commit e8ead74

Browse files
RI-000: add possibility to run multiple UI
1 parent c6d1873 commit e8ead74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redisinsight/ui/vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default defineConfig({
8686
},
8787
},
8888
server: {
89-
port: 8080,
89+
port: parseInt(process.env.RI_UI_DEV_PORT, 10) || 8080,
9090
fs: {
9191
allow: ['..', '../../node_modules/monaco-editor', 'static', 'defaults'],
9292
},

0 commit comments

Comments
 (0)