zappyzep/backend/nodemon-bot.json

7 lines
182 B
JSON
Raw Normal View History

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