generative-ui-agent / nodemon.json
Trae Assistant
chore: pull .gitattributes from huggingface
ad893f7
raw
history blame contribute delete
171 Bytes
{
"watch": ["api"],
"ext": "ts,mts,js,json",
"ignore": ["api/dist/*"],
"exec": "tsx api/server.ts",
"env": {
"NODE_ENV": "development"
},
"delay": 1000
}