mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
fix: support inngest vercel integration
This commit is contained in:
2
packages/tsconfig/process-env.d.ts
vendored
2
packages/tsconfig/process-env.d.ts
vendored
@ -83,6 +83,8 @@ declare namespace NodeJS {
|
||||
/**
|
||||
* Inngest environment variables
|
||||
*/
|
||||
INNGEST_EVENT_KEY?: string;
|
||||
INNGEST_SIGNING_KEY?: string;
|
||||
NEXT_PRIVATE_INNGEST_EVENT_KEY?: string;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user