fix: support custom inngest app ids

This commit is contained in:
Mythie
2024-08-14 16:26:58 +10:00
parent f568025a0b
commit 063ed966df
3 changed files with 3 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ declare namespace NodeJS {
*/
INNGEST_EVENT_KEY?: string;
INNGEST_SIGNING_KEY?: string;
NEXT_PRIVATE_INNGEST_APP_ID?: string;
NEXT_PRIVATE_INNGEST_EVENT_KEY?: string;
/**