Skip to content

Commit

Permalink
fixup! inspector port
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Jan 30, 2025
1 parent 00929b8 commit 8abdea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bugs/gh-119/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"build:worker": "pnpm opennextjs-cloudflare",
"dev:worker": "wrangler dev --port 8750",
"dev:worker": "wrangler dev --port 8750 --inspector-port 9370",
"preview": "pnpm build:worker && pnpm dev:worker",
"e2e": "playwright test -c e2e/playwright.config.ts",
"e2e:dev": "playwright test -c e2e/playwright.dev.config.ts",
Expand Down

0 comments on commit 8abdea1

Please sign in to comment.