Skip to content

Commit

Permalink
dmno server listen on available port
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Nov 17, 2024
1 parent 1057bd1 commit 1518054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/config-loader/dmno-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { MIME_TYPES_BY_EXT, uwsBodyParser, uwsValidateClientCert } from '../lib/
const __dirname = dirname(fileURLToPath(import.meta.url));

// TODO: read port from workspace yaml file, or just pick an available one?
const STATIC_PORT = 3666;
const STATIC_PORT = 0;

// TODO: do we want to allow changing the host? or just always use localhost?
// see old config-server.ts for details
Expand Down

0 comments on commit 1518054

Please sign in to comment.