Skip to content

Commit

Permalink
Merge pull request #3005 from RedisInsight/fix-local-dev
Browse files Browse the repository at this point in the history
Changed apiPort to 5540 in webpack.config.web.common.ts
  • Loading branch information
kyle-marcum committed Jan 26, 2024
2 parents 154a151 + 04991af commit c9e0372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/webpack.config.web.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {

plugins: [
new webpack.DefinePlugin({
'window.app.config.apiPort': JSON.stringify('5000'),
'window.app.config.apiPort': JSON.stringify('5540'),
}),

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

0 comments on commit c9e0372

Please sign in to comment.