Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 2030e12

Browse files
committed
patch: update devtools html path
1 parent c360034 commit 2030e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/devtools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import net from "net"
88
import fs from "fs"
99
import { CmdOptions, debug, error, log } from "./command"
1010

11-
const dasboardPath = "editors/devicescript"
11+
const dasboardPath = "tools/devicescript-devtools"
1212

1313
function fetchProxy(localhost: boolean): Promise<string> {
1414
const protocol = localhost ? http : https

0 commit comments

Comments
 (0)