mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 09:47:53 -05:00
chore: Update runtime version to 22 for dev work
This commit is contained in:
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@@ -6,18 +6,13 @@
|
||||
"request": "launch",
|
||||
"name": "Launch Program",
|
||||
"program": "${workspaceFolder}/src/butler-sos.js",
|
||||
"runtimeVersion": "18",
|
||||
"runtimeVersion": "22",
|
||||
"cwd": "${workspaceFolder}/src",
|
||||
"env": {
|
||||
"NODE_CONFIG_DIR": "${workspaceFolder}/src/config",
|
||||
"NODE_ENV": "production"
|
||||
},
|
||||
"args": [
|
||||
"--loglevel",
|
||||
"info",
|
||||
"--configfile",
|
||||
"./config/production.yaml"
|
||||
]
|
||||
"args": ["--loglevel", "info", "--configfile", "./config/production.yaml"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user