victor314159
Results
1
comments of
victor314159
This is how I fixed it: ``` "serve": "tsx watch --inspect=0.0.0.0:9229 ./lib/index.ts", // stop using tsx "serve": "npx concurrently \"tsc --watch\" \"nodemon -L --inspect=0.0.0.0:9229 ./dist/index.js\"", // use tsc --watch option,...