Added startup arg to prevent reboot

This commit is contained in:
2026-03-11 16:46:44 +01:00
parent 1810379f74
commit 846e68f1aa
13 changed files with 45 additions and 24 deletions

1
.vscode/launch.json vendored
View File

@@ -13,6 +13,7 @@
],
"program": "${workspaceFolder}\\dist\\Main.js",
"args": [
"--no-reboot"
// "--no-output-log"
]
}