Skip to content

Commit c9e0372

Browse files
authored
Merge pull request #3005 from RedisInsight/fix-local-dev
Changed apiPort to 5540 in webpack.config.web.common.ts
2 parents 154a151 + 04991af commit c9e0372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/webpack.config.web.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565

6666
plugins: [
6767
new webpack.DefinePlugin({
68-
'window.app.config.apiPort': JSON.stringify('5000'),
68+
'window.app.config.apiPort': JSON.stringify('5540'),
6969
}),
7070

7171
new HtmlWebpackPlugin({ template: 'index.html.ejs' }),

0 commit comments

Comments
 (0)