Created
October 27, 2022 18:24
-
-
Save ptdel/f58ea0039591935fc9143a307b2126cd to your computer and use it in GitHub Desktop.
VSCode TypeScript NestJS Tasks Profile
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 characters
{ | |
"version": "2.0.0", | |
"tasks": [ | |
{ | |
"type": "npm", | |
"script": "start:debug", | |
"group": "build", | |
"problemMatcher": [], | |
"label": "beginDebug", | |
"detail": "nest start --debug --watch" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment