Created
May 24, 2020 22:07
-
-
Save jplindgren/bccfa2209733eba4af09cda30f511eb8 to your computer and use it in GitHub Desktop.
Revisions
-
jplindgren created this gist
May 24, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ { "configurations": [ { "type": "node", "request": "launch", "name": "Debug Nest App", "args": [ "src/main.ts" ], "runtimeArgs": [ "-r", "ts-node/register", "-r", "tsconfig-paths/register" ], "autoAttachChildProcesses": true } ] }