UNPKG

@systemfsoftware/trigger.dev_cli

Version:
9 lines (6 loc) 356 B
import { createRemixRoute } from "@systemfsoftware/trigger.dev_remix"; import { client } from "${routePathPrefix}trigger.server"; // Remix will automatically strip files with side effects // So you need to *export* your Job definitions like this: export * from "${routePathPrefix}jobs/example.server"; export const { action } = createRemixRoute(client);