mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-09-12 14:08:50 +08:00
Creates gates, entrances and delays for journeys Refactors structure slightly Creates repository pattern Adds model action helpers Creates Jest tests Tweaks eslint
6 lines
No EOL
183 B
JSON
6 lines
No EOL
183 B
JSON
{
|
|
"ignore": ["**/*.test.ts", "**/*.spec.ts", "node_modules"],
|
|
"watch": ["src", ".env"],
|
|
"exec": "TZ=utc ts-node --transpile-only ./src/index.ts",
|
|
"ext": "ts,js,json"
|
|
} |