2022-02-07 15:41:27 +01:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"type": "pwa-node",
|
2022-03-25 01:10:50 +01:00
|
|
|
"runtimeVersion": "17",
|
2022-02-07 15:41:27 +01:00
|
|
|
"request": "launch",
|
|
|
|
"name": "api",
|
|
|
|
"skipFiles": [
|
|
|
|
"<node_internals>/**"
|
|
|
|
],
|
2022-03-24 12:50:16 +01:00
|
|
|
"program": "${workspaceFolder}/pbc.js",
|
|
|
|
"args": [
|
|
|
|
"${workspaceFolder}/example_config.json"
|
|
|
|
]
|
2022-02-07 15:41:27 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|