Change default devServer port to 9065 (#2657)

This commit is contained in:
Pantelis Vratsalis 2023-04-03 16:06:17 +03:00 committed by GitHub
parent 3291667c19
commit 212b2406e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ const {merge} = require('webpack-merge');
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, {
entry: {