fix: `index.cjs` -> `index.js`
This commit is contained in:
parent
9359140dbe
commit
f8677670ef
|
@ -30,7 +30,7 @@
|
||||||
},
|
},
|
||||||
"runtimeArgs": [
|
"runtimeArgs": [
|
||||||
"--remote-debugging-port=9229",
|
"--remote-debugging-port=9229",
|
||||||
"${workspaceRoot}/dist/electron/main/index.cjs"
|
"${workspaceRoot}/dist/electron/main/index.js"
|
||||||
],
|
],
|
||||||
"envFile": "${workspaceFolder}/.vscode/.debug.env"
|
"envFile": "${workspaceFolder}/.vscode/.debug.env"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue