UNPKG
inngest-setup-redwoodjs
Version:
latest (1.0.0)
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
Setup Inngest in RedwoodJS
inngest/envelop-plugin-inngest
inngest-setup-redwoodjs
/
typings
/
plugin
/
handler.d.cts
3 lines
(2 loc)
•
146 B
text/typescript
View Raw
1
2
3
import
type
{
SetupPluginTasksOptions
}
from
'./tasks'
;
export
declare
const
handler
:
(
{ cwd, force }:
SetupPluginTasksOptions
) =>
Promise
<
void
>;