mirror of
https://github.com/jakejarvis/hoot.git
synced 2025-10-18 20:14:25 -04:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
import "server-only";
|
|
import { Inngest } from "inngest";
|
|
|
|
export const inngest = new Inngest({ id: "hoot-app" });
|