Files
ipd-shomalhospital-backend/nodemon.json
2026-03-26 08:14:56 +03:30

6 lines
76 B
JSON

{
"watch": ["src"],
"ext": "ts",
"exec": "ts-node-esm src/index.ts"
}