Skip to content

Instantly share code, notes, and snippets.

@gromanev
Created September 30, 2018 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gromanev/16f9ceff66b384a519ff54d07bdcaa5b to your computer and use it in GitHub Desktop.
Save gromanev/16f9ceff66b384a519ff54d07bdcaa5b to your computer and use it in GitHub Desktop.
medium_sample_4
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug Nest Framework",
"args": ["${workspaceFolder}/src/main.ts"],
"runtimeArgs": ["--nolazy", "-r", "ts-node/register"],
"sourceMaps": true,
"cwd": "${workspaceRoot}",
"protocol": "inspector",
"envFile": "${workspaceFolder}/test.env"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment