dewmyth-auth-nestjs-mongo
Version:
1. Install the package
21 lines (20 loc) • 653 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": [
{
"type": "node",
"request": "launch",
"name": "Nest Debug",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "start:dev", "--", "watch"],
"console": "integratedTerminal",
"restart": true,
"protocol": "auto",
"autoAttachChildProcesses": true,
"outFiles": ["${workspaceFolder}/dist/**/*.js", "!**/node_modules/**"]
}
]
}