Files
OpenStock/lib/inngest/client.ts
Mr. Algorithm ff6cfc42f3 added donation
2025-12-13 01:35:52 +05:30

8 lines
243 B
TypeScript

import {Inngest} from "inngest"
export const inngest = new Inngest({
id: "openStock",
ai: {gemini: {apiKey: process.env.GEMINI_API_KEY}},
// Add signing key for Vercel deployment
signingKey: process.env.INNGEST_SIGNING_KEY,
})