pure-admin-backend/nodemon.json
2022-11-09 15:51:06 +08:00

13 lines
234 B
JSON

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