chore(workspace): incorrect Launch.json for Electron debugger

This commit is contained in:
Neko Ayaka
2026-02-26 14:43:31 +08:00
parent f859a7ed5b
commit f8bafda5d0
+3 -3
View File
@@ -5,10 +5,10 @@
"name": "Debug Main Process",
"type": "node",
"request": "launch",
"cwd": "${workspaceRoot}",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron-vite",
"cwd": "${workspaceRoot}/apps/stage-tamagotchi",
"runtimeExecutable": "${workspaceRoot}/apps/stage-tamagotchi/node_modules/.bin/electron-vite",
"windows": {
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron-vite.cmd"
"runtimeExecutable": "${workspaceRoot}/apps/stage-tamagotchi/node_modules/.bin/electron-vite.cmd"
},
"runtimeArgs": ["--sourcemap"],
"env": {