Skip to content

Commit 04991af

Browse files
committed
Changed apiPort to 5540 in webpack.config.web.common.ts
1 parent 154a151 commit 04991af

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)