Sfoglia il codice sorgente

changed client port

bach 3 anni fa
parent
commit
7896cd6340
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',