---初始化后台管理web页面项目
This commit is contained in:
8
tests/server/nodemon.json
Normal file
8
tests/server/nodemon.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"watch": ["src"],
|
||||
"ext": "ts",
|
||||
"exec": "ts-node -r tsconfig-paths/register index.ts",
|
||||
"events": {
|
||||
"restart": "clear"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user