We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
in my addition, nodemon can't monitor src folder code change.unless i edit the script code "watch-server": "nodemon --watch src -e ts,tsx --exec ts-node src/server.ts",
"watch-server": "nodemon --watch src -e ts,tsx --exec ts-node src/server.ts",
this works!