Browse Source

changed client port

bach 2 years ago
parent
commit
7896cd6340
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/webpack.config.dev.js

+ 1 - 1
build/webpack.config.dev.js

@@ -5,7 +5,7 @@ const merge = require('webpack-merge')
 
 const baseConfig = require('./webpack.config.base')
 
-const PORT = 8988
+const PORT = 8998
 
 module.exports = merge(baseConfig, {
   mode: 'development',