1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2025-01-31 23:09:42 +11:00
Daggerbot-TS/.vscode/launch.json

12 lines
172 B
JSON
Raw Normal View History

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