mirror of
https://github.com/romancm/gamebrary
synced 2025-02-25 11:17:10 +00:00
Changed port and auto open browser options
This commit is contained in:
parent
42b93fc33d
commit
e43075cb04
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ module.exports = {
|
||||||
|
|
||||||
// Various Dev Server settings
|
// Various Dev Server settings
|
||||||
host: 'localhost', // can be overwritten by process.env.HOST
|
host: 'localhost', // can be overwritten by process.env.HOST
|
||||||
port: 3000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
port: 5000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
||||||
autoOpenBrowser: false,
|
autoOpenBrowser: true,
|
||||||
errorOverlay: true,
|
errorOverlay: true,
|
||||||
notifyOnErrors: true,
|
notifyOnErrors: true,
|
||||||
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
|
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
|
||||||
|
|
Loading…
Add table
Reference in a new issue