0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed VSCode launch.json config

The dev script was moved and the launch config was not updated.
This commit is contained in:
Fabien "egg" O'Carroll 2023-07-17 11:37:24 +01:00 committed by Fabien 'egg' O'Carroll
parent 605aa18d6a
commit 32f602d899

4
.vscode/launch.json vendored
View file

@ -11,7 +11,7 @@
"skipFiles": [ "skipFiles": [
"<node_internals>/**" "<node_internals>/**"
], ],
"program": "${workspaceFolder}/.github/dev.js", "program": "${workspaceFolder}/.github/scripts/dev.js",
"args": [ "args": [
"--all" "--all"
], ],
@ -26,7 +26,7 @@
"skipFiles": [ "skipFiles": [
"<node_internals>/**" "<node_internals>/**"
], ],
"program": "${workspaceFolder}/.github/dev.js", "program": "${workspaceFolder}/.github/scripts/dev.js",
"args": [ "args": [
"--all", "--all",
"--offline" "--offline"