Skip to content

Commit 07eace1

Browse files
committedApr 25, 2024·
fix(module): get random port for config inspector, fix #406
1 parent 477ee5c commit 07eace1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/module/src/modules/config/devtools.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export async function setupDevToolsIntegration(nuxt: Nuxt) {
3737
)
3838

3939
viewerPort = await getPort({
40-
port: 8123,
4140
portRange: [8123, 10000],
41+
random: true,
4242
})
4343
viewerProcess = startSubprocess(
4444
{

0 commit comments

Comments
 (0)
Please sign in to comment.