Mikita Melnikau

Results 1 comments of Mikita Melnikau

Hi all. My current working config for `vscode` with `"start:debug": "nest start --debug"` is: ``` { "name": "NestJS Debug", "type": "node", "request": "launch", "protocol": "inspector", "timeout": 25000, "port": 9229, "runtimeArgs":...