Skip to content

Commit c26154d

Browse files
committed
fix(core): remove port range option for start devtools server
1 parent 13c22ee commit c26154d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ 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],
3130
})
3231

3332
const devtools = await startStandaloneDevTools({

0 commit comments

Comments
 (0)