Skip to content

Commit

Permalink
Merge pull request #13 from holepunchto/change-default-inspector-port
Browse files Browse the repository at this point in the history
Change default inspector port to 9222
  • Loading branch information
davidmarkclements authored May 10, 2024
2 parents 6f07b9b + 1d27b39 commit ffb4ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { spawn } from 'child_process'

customElements.define('developer-tooling', class extends HTMLElement {
router = null
port = 9342
port = 9222

constructor () {
super()
Expand Down

0 comments on commit ffb4ae8

Please sign in to comment.