mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
fix(startup): Better detection of invalid config file structure and content
Fixes #925
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -6,7 +6,7 @@
|
||||
"request": "launch",
|
||||
"name": "Launch Program",
|
||||
"program": "${workspaceFolder}/src/butler-sos.js",
|
||||
"runtimeVersion": "20",
|
||||
"runtimeVersion": "18",
|
||||
"cwd": "${workspaceFolder}/src",
|
||||
"env": {
|
||||
"NODE_CONFIG_DIR": "${workspaceFolder}/src/config",
|
||||
|
||||
Reference in New Issue
Block a user