Skip to content

Instantly share code, notes, and snippets.

@ronycohen
ronycohen / launch.json
Created May 14, 2020 09:24 — forked from favasconcelos/launch.json
NestJS - VSCode - DEBUG
{
"version": "0.1.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug Nest JS",
"program": "${workspaceFolder}/dist/main.js",
"preLaunchTask": "tsc: build - tsconfig.json",
"outFiles": [