3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 22:21:51 +00:00
zeppelin/backend/nodemon-api.json

8 lines
189 B
JSON
Raw Normal View History

{
"watch": ["src", "../shared/src"],
"ignore": ["src/migrations/*"],
"delay": 300,
"ext": "ts",
"exec": "node -r ts-node/register -r tsconfig-paths/register ./src/api/index.ts"
}