UNPKG

inngest-setup-redwoodjs

Version:

Setup Inngest in RedwoodJS

3 lines (2 loc) 146 B
import type { SetupPluginTasksOptions } from './tasks'; export declare const handler: ({ cwd, force }: SetupPluginTasksOptions) => Promise<void>;