Change default devServer port to 9065 (#2657)
This commit is contained in:

committed by
GitHub

parent
3291667c19
commit
212b2406e7
@@ -14,7 +14,7 @@ const {merge} = require('webpack-merge');
|
|||||||
|
|
||||||
const base = require('./webpack.config.base');
|
const base = require('./webpack.config.base');
|
||||||
|
|
||||||
const WEBSERVER_PORT = process.env.WEBSERVER_PORT ?? 9001;
|
const WEBSERVER_PORT = process.env.WEBSERVER_PORT ?? 9065;
|
||||||
|
|
||||||
module.exports = merge(base, {
|
module.exports = merge(base, {
|
||||||
entry: {
|
entry: {
|
||||||
|
Reference in New Issue
Block a user