Skip to content

Commit

Permalink
fix(module): get random port for config inspector, fix #406
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 25, 2024
1 parent 477ee5c commit 07eace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/src/modules/config/devtools.ts
Expand Up @@ -37,8 +37,8 @@ export async function setupDevToolsIntegration(nuxt: Nuxt) {
)

viewerPort = await getPort({
port: 8123,
portRange: [8123, 10000],
random: true,
})
viewerProcess = startSubprocess(
{
Expand Down

0 comments on commit 07eace1

Please sign in to comment.