Files
mono/components/notificator2/nodemon.json
T
2025-07-03 18:03:31 +05:00

8 lines
112 B
JSON

{
"watch": [
"dist",
"../notifications/dist"
],
"ext": "js,json",
"exec": "node dist/main.js"
}