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

Commit

Permalink
Merge branch 'develop' into wip/mm/apply_rust_fmt_requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMauderer authored Sep 29, 2021
2 parents b034fbb + 0f2dda9 commit 4b6f170
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 4b6f170

Please sign in to comment.