Skip to content

Commit c01768d

Browse files
committed
chore(core): add back portRange option to avoid port use conflicts
1 parent c6e9a26 commit c01768d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/src/node/cli-commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export async function start(options: StartOptions) {
2727
const port = await getPort({
2828
host,
2929
port: options.port == null ? undefined : +options.port,
30+
portRange: [9999, 15000],
3031
})
3132

3233
const devtools = await startStandaloneDevTools({

0 commit comments

Comments
 (0)