mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-05-10 03:26:46 +00:00
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Attach",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"port": 5858,
|
|
"address": "localhost",
|
|
"restart": true,
|
|
"sourceMaps": false,
|
|
"outDir": null,
|
|
"localRoot": "${workspaceRoot}",
|
|
"remoteRoot": "/app",
|
|
"timeout": 10000
|
|
}
|
|
]
|
|
}
|