platform/nodemon.json
Chris Anderson 22b06e1105 Starts laying the groundwork for journeys
Creates gates, entrances and delays for journeys
Refactors structure slightly
Creates repository pattern
Adds model action helpers
Creates Jest tests
Tweaks eslint
2022-08-15 09:14:33 -05:00

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"
}