Create task helper methods bound to an application context type.
Call it once in lib/tasks.ts:
lib/tasks.ts
export const { defineTask } = createTasks<AppContext>(); Copy
export const { defineTask } = createTasks<AppContext>();
Create task helper methods bound to an application context type.
Call it once in
lib/tasks.ts: