Files

10 lines
171 B
JSON
Raw Permalink Normal View History

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