Commit 7b964f5eec4c25c31c79a5b3d0a4ff701a3b6e93
1 parent
5f1d4b4447
Exists in
master
and in
3 other branches
change port
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/index.js
... | ... | @@ -16,7 +16,7 @@ module.exports = { |
16 | 16 | |
17 | 17 | // Various Dev Server settings |
18 | 18 | host: '0.0.0.0', // can be overwritten by process.env.HOST |
19 | - port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined | |
19 | + port: 6000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined | |
20 | 20 | autoOpenBrowser: false, |
21 | 21 | errorOverlay: true, |
22 | 22 | notifyOnErrors: true, | ... | ... |