chore: add env vars to example .env

This commit is contained in:
Mythie
2024-06-17 17:02:00 +10:00
parent b8d6484ff0
commit 8bb936aa51
2 changed files with 11 additions and 0 deletions

View File

@ -76,6 +76,11 @@ declare namespace NodeJS {
NEXT_PRIVATE_TRIGGER_API_KEY?: string;
NEXT_PRIVATE_TRIGGER_API_URL?: string;
/**
* Inngest environment variables
*/
NEXT_PRIVATE_INNGEST_EVENT_KEY?: string;
/**
* Vercel environment variables
*/