refactor: 重构优化

This commit is contained in:
xiaoxian521
2022-11-09 15:51:06 +08:00
parent 07b1d2c00a
commit 724e662a52
15 changed files with 2022 additions and 175 deletions

12
nodemon.json Normal file
View 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"
}