codex-ai-platform / nodemon.json
3v324v23's picture
chore: 彻底清理项目,符合 Hugging Face 部署规范
ae4ceef
{
"watch": ["api"],
"ext": "ts,mts,js,json",
"ignore": ["api/dist/*"],
"exec": "npx tsx api/server.ts",
"env": {
"NODE_ENV": "development"
},
"delay": 1000
}