mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Fixed VSCode launch.json config
The dev script was moved and the launch config was not updated.
This commit is contained in:
parent
605aa18d6a
commit
32f602d899
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -11,7 +11,7 @@
|
|||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"program": "${workspaceFolder}/.github/dev.js",
|
||||
"program": "${workspaceFolder}/.github/scripts/dev.js",
|
||||
"args": [
|
||||
"--all"
|
||||
],
|
||||
|
@ -26,7 +26,7 @@
|
|||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"program": "${workspaceFolder}/.github/dev.js",
|
||||
"program": "${workspaceFolder}/.github/scripts/dev.js",
|
||||
"args": [
|
||||
"--all",
|
||||
"--offline"
|
||||
|
|
Loading…
Reference in a new issue