18 lines
No EOL
434 B
JSON
18 lines
No EOL
434 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "pwa-node",
|
|
"runtimeVersion": "17",
|
|
"request": "launch",
|
|
"name": "remex",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
"program": "${workspaceFolder}/remex.js",
|
|
"args": [
|
|
"${workspaceFolder}/example_config.json"
|
|
]
|
|
}
|
|
]
|
|
} |