mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-24 10:43:58 +09:00
18 lines
535 B
JSON
18 lines
535 B
JSON
|
{
|
||
|
// Use IntelliSense to learn about possible attributes.
|
||
|
// Hover to view descriptions of existing attributes.
|
||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "node",
|
||
|
"request": "launch",
|
||
|
"name": "CherryPick",
|
||
|
"skipFiles": [
|
||
|
"<node_internals>/**"
|
||
|
],
|
||
|
"program": "${workspaceFolder}/packages/backend/built/boot/entry.js"
|
||
|
}
|
||
|
]
|
||
|
}
|