ohmyform/api/nodemon-debug.json
2019-07-29 00:54:43 +02:00

6 lines
135 B
JSON

{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "node --inspect-brk -r ts-node/register src/main.ts"
}