Files
payload/.vscode/launch.json
2023-10-06 10:02:04 -04:00

14 lines
358 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
"configurations": [
{
"command": "ts-node -T ./src/index.ts -n asdf -t blank --db mongodb --no-deps",
"cwd": "${workspaceFolder}",
"name": "Debug",
"request": "launch",
"type": "node-terminal"
},
]
}