mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 13:40:48 +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
|
||||
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
|
||||
autoOpenBrowser: false,
|
||||
port: 5000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
||||
autoOpenBrowser: true,
|
||||
errorOverlay: true,
|
||||
notifyOnErrors: true,
|
||||
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
|
||||
|
|
Loading…
Reference in a new issue