Files
shop-api/nodemon.json
mahyargdz be82059172 first
2025-09-14 15:15:03 +03:30

11 lines
196 B
JSON

{
"watch": ["src", ".env"],
"ext": "ts,json",
"ignore": ["dist"],
"events": {
"start": "clear"
},
"exec": "npm run build && node --trace-warnings dist/server.js",
"delay": 500
}