hrms-api-org/nodemon.json

7 lines
125 B
JSON
Raw Permalink Normal View History

2024-01-24 11:39:00 +07:00
{
"exec": "tsoa spec-and-routes && ts-node src/app.ts",
"ext": "ts",
"watch": ["src"],
"ignore": ["src/routes.ts"]
}