1
mirror of https://github.com/jakejarvis/hoot.git synced 2025-10-18 20:14:25 -04:00
Files
hoot/server/inngest/client.ts

5 lines
114 B
TypeScript

import "server-only";
import { Inngest } from "inngest";
export const inngest = new Inngest({ id: "hoot-app" });