UNPKG

@systemfsoftware/trigger.dev_cli

Version:
10 lines (7 loc) 327 B
import { createAstroRoute } from "@systemfsoftware/trigger.dev_astro"; //you may need to update this path to point at your trigger.ts file import { client } from "${routePathPrefix}trigger"; //import your jobs import "${routePathPrefix}jobs"; export const prerender = false; export const { POST } = createAstroRoute(client);