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

Commit 4b6f170

Browse files
Merge branch 'develop' into wip/mm/apply_rust_fmt_requirement
2 parents b034fbb + 0f2dda9 commit 4b6f170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/lib/common/src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as portfinder from 'portfinder'
1010
// === Port ===
1111
// ============
1212

13-
const DEFAULT_PORT = 8080
13+
export const DEFAULT_PORT = 8080
1414

1515
async function findPort(cfg) {
1616
if (!cfg.port) {

0 commit comments

Comments
 (0)