We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 154a151 + 04991af commit c9e0372Copy full SHA for c9e0372
configs/webpack.config.web.common.ts
@@ -65,7 +65,7 @@ export default {
65
66
plugins: [
67
new webpack.DefinePlugin({
68
- 'window.app.config.apiPort': JSON.stringify('5000'),
+ 'window.app.config.apiPort': JSON.stringify('5540'),
69
}),
70
71
new HtmlWebpackPlugin({ template: 'index.html.ejs' }),
0 commit comments