1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00
Daggerbot-TS/.vscode/launch.json

12 lines
172 B
JSON
Raw Normal View History

2024-04-02 09:05:15 -04:00
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Debug Node.js remotely",
"port": 9229
}
]
}