Skip to content

Commit

Permalink
Change default inspector port to 9222
Browse files Browse the repository at this point in the history
  • Loading branch information
freeall committed May 10, 2024
1 parent 6f07b9b commit 1d27b39
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 1d27b39

Please sign in to comment.