UNPKG

novu

Version:

Novu CLI. Run Novu Studio and sync workflows with Novu Cloud

8 lines (6 loc) 277 B
import { serve } from "@novu/framework/next"; import { welcomeOnboardingEmail } from "../../novu/workflows"; // the workflows collection can hold as many workflow definitions as you need export const { GET, POST, OPTIONS } = serve({ workflows: [welcomeOnboardingEmail], });