Files
builderbot-openai-assistants/nodemon.json
Leifer Mendez c5f48307c2 first
2024-04-24 18:59:05 +02:00

12 lines
167 B
JSON

{
"watch": ["src"],
"ext": "ts",
"ignore": [
"**/*.test.ts",
"**/*.spec.ts"
],
"delay": "3",
"execMap": {
"ts": "tsx"
}
}