We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec54fa commit d7d25e5Copy full SHA for d7d25e5
nodemon.json
@@ -1,4 +1,5 @@
1
{
2
"watch": ["src/**/*"],
3
+ "ext": "ts",
4
"exec": "etsc && (node ./dist/src/bootstrap.js | node_modules/.bin/pino-pretty)"
5
}
0 commit comments