Files
var-monorepo/apps/dispatch-server/nodemon.json
2025-03-13 00:01:39 -07:00

5 lines
67 B
JSON

{
"watch": ["."],
"ext": "ts",
"exec": "tsx index.ts"
}