mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-09 00:09:15 +00:00
use port 3000 in dev mode (#1065)
This commit is contained in:
committed by
GitHub
parent
657aed1244
commit
9d7b5568e4
@@ -3,7 +3,7 @@ module.exports = {
|
|||||||
shutdownCode: 99,
|
shutdownCode: 99,
|
||||||
},
|
},
|
||||||
reactAppUrl: {
|
reactAppUrl: {
|
||||||
development: (port = 4001) => `http://localhost:${port}`,
|
development: (port = 3000) => `http://localhost:${port}`,
|
||||||
production: (port = 4001) => `http://localhost:${port}`,
|
production: (port = 4001) => `http://localhost:${port}`,
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
|
|||||||
Reference in New Issue
Block a user