Merge branch 'main' into feat/public-profiles

This commit is contained in:
Lucas Smith
2024-06-21 20:14:32 +10:00
committed by GitHub
33 changed files with 5883 additions and 239 deletions

View File

@ -68,6 +68,19 @@ declare namespace NodeJS {
//
NEXT_PRIVATE_BROWSERLESS_URL?: string;
NEXT_PRIVATE_JOBS_PROVIDER?: 'trigger' | 'inngest' | 'local';
/**
* Trigger.dev environment variables
*/
NEXT_PRIVATE_TRIGGER_API_KEY?: string;
NEXT_PRIVATE_TRIGGER_API_URL?: string;
/**
* Inngest environment variables
*/
NEXT_PRIVATE_INNGEST_EVENT_KEY?: string;
/**
* Vercel environment variables
*/