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.
1 parent 154a151 commit 04991afCopy full SHA for 04991af
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