mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 11:24:35 +00:00
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Docker Node.js Launch",
|
|
"type": "docker",
|
|
"request": "launch",
|
|
"preLaunchTask": "docker-run: debug",
|
|
"platform": "node"
|
|
}
|
|
]
|
|
}
|