Files
lunasea/lunasea-notification-service/nodemon.json
2025-04-02 21:53:39 -04:00

11 lines
199 B
JSON

{
"restartable": "rs",
"ignore": [".git", "node_modules", "dist"],
"watch": ["src"],
"exec": "ts-node -r dotenv/config",
"env": {
"NODE_ENV": "development"
},
"ext": "js,json,ts"
}