fix: `index.cjs` -> `index.js`

This commit is contained in:
草鞋没号 2022-06-07 07:23:08 +08:00 committed by GitHub
parent 9359140dbe
commit f8677670ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -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"
}, },