hit-counter/node/nodemon.json

7 lines
121 B
JSON
Raw Permalink Normal View History

2024-11-06 16:21:05 +00:00
{
"watch": ["src"],
"ext": "ts,json",
"ignore": ["src/**/*.spec.ts"],
"exec": "npx tsx ./src/index.ts"
}