Mensa-API/nodemon.json
2023-12-19 02:37:22 +01:00

9 lines
155 B
JSON

{
"verbose": true,
"ignore": [],
"watch": ["src/**/*.ts"],
"execMap": {
"ts": "node --inspect=0.0.0.0:9229 --nolazy -r ts-node/register"
}
}