mirror of
https://github.com/pure-admin/pure-admin-backend.git
synced 2025-12-15 23:00:56 +08:00
refactor: 重构优化
This commit is contained in:
12
nodemon.json
Normal file
12
nodemon.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user