第一版提交,答题功能OK,题库管理待完善
This commit is contained in:
10
nodemon.json
Normal file
10
nodemon.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"watch": ["api"],
|
||||
"ext": "ts,mts,js,json",
|
||||
"ignore": ["api/dist/*"],
|
||||
"exec": "tsx api/server.ts",
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
},
|
||||
"delay": 1000
|
||||
}
|
||||
Reference in New Issue
Block a user