mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
24 lines
574 B
JSON
24 lines
574 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug NestJs",
|
|
"request": "launch",
|
|
"runtimeArgs": [
|
|
"run",
|
|
"start:debug"
|
|
],
|
|
"runtimeExecutable": "npm",
|
|
"runtimeVersion": "18.10.0",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
"type": "node",
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
}
|