mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
7 lines
189 B
JSON
7 lines
189 B
JSON
{
|
|
"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"
|
|
}
|