mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
6 lines
173 B
JSON
6 lines
173 B
JSON
{
|
|
"watch": ["src", "../shared/src"],
|
|
"ignore": ["src/migrations/*"],
|
|
"ext": "ts",
|
|
"exec": "node -r ts-node/register -r tsconfig-paths/register ./src/api/index.ts"
|
|
}
|