Skip to content

Commit 461333c

Browse files
committed
fixup! remove --inspector-port to avoid collisions
1 parent 59d4cdc commit 461333c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bugs/gh-119/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "next start",
99
"lint": "next lint",
1010
"build:worker": "pnpm opennextjs-cloudflare",
11-
"dev:worker": "wrangler dev --port 8750 --inspector-port 9330",
11+
"dev:worker": "wrangler dev --port 8750",
1212
"preview": "pnpm build:worker && pnpm dev:worker",
1313
"e2e": "playwright test -c e2e/playwright.config.ts",
1414
"e2e:dev": "playwright test -c e2e/playwright.dev.config.ts",

0 commit comments

Comments
 (0)