Change port

This commit is contained in:
Tobias Baunbaek
2024-02-01 17:25:34 +01:00
parent 9c6036187b
commit 81cda96e5c

View File

@@ -7,7 +7,7 @@ import { spawn } from 'child_process'
customElements.define('developer-tooling', class extends HTMLElement {
router = null
port = 9229
port = 9342
constructor () {
super()