diff options
Diffstat (limited to 'server/config.js')
| -rw-r--r-- | server/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/config.js b/server/config.js index 8887038..6d02bb5 100644 --- a/server/config.js +++ b/server/config.js @@ -1 +1 @@ -export const port = Number(process.env.JUNCTION_SERVER_PORT || 8000) +export const port = Number(process.env.JUNCTION_SERVER_PORT || 8000); |