ninwa/.vscode/launch.json

15 lines
328 B
JSON
Raw Normal View History

2022-02-15 04:33:19 +01:00
{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "ninwa",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/ninwa.js",
"args": []
2022-02-15 04:33:19 +01:00
}
]
}