Event bus defines 6 event types but only timer.created was wired. Wire the two straightforward create/start events: - routine.started: emitted from POST /routines/:id/start - household.created: emitted from POST /households |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| eslint.config.js | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||