Files
XCDesktop/nodemon.json
2026-03-08 01:34:54 +08:00

10 lines
171 B
JSON

{
"watch": ["api"],
"ext": "ts,mts,js,json",
"ignore": ["api/dist/*"],
"exec": "tsx api/server.ts",
"env": {
"NODE_ENV": "development"
},
"delay": 1000
}