hrms-edm/Services/server/nodemon.json
2023-11-22 16:16:27 +07:00

6 lines
101 B
JSON

{
"exec": "ts-node src/app.ts",
"ext": "ts",
"watch": ["src"],
"ignore": ["src/routes.ts"]
}