nuxtjs-nestjs-starter
nuxtjs-nestjs-starter copied to clipboard
How to debug in Visual Studio Code?
trafficstars
Hi, I ran your project through NPM run start: dev I found that it used "cross-env NODE_ENV = development webpack -- config webpack. config. js" So, my question is: can we use DEBUG under VSC IDE? What is the command, please help?
eg.run by this:
does "WebpackShellPlugin" support?
for example,like this issue. https://github.com/nestjs/typescript-starter/issues/37
{ "watch": ["src"], "ext": "ts", "ignore": ["src/**/*.spec.ts"], "exec": "node --inspect-brk -r ts-node/register src/main.ts" }