Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Make DEFAULT_PORT variable available outside of the module. (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMauderer authored Sep 29, 2021
1 parent 197b022 commit 0f2dda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/lib/common/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as portfinder from 'portfinder'
// === Port ===
// ============

const DEFAULT_PORT = 8080
export const DEFAULT_PORT = 8080

async function findPort(cfg) {
if (!cfg.port) {
Expand Down

0 comments on commit 0f2dda9

Please sign in to comment.