fix: give the possibility to use internal webapp url in browserless requests (get-certificate-pdf and get-audit-logs-pdf) (#2127)

This commit is contained in:
Matteo Sillitti
2025-11-22 10:36:24 +01:00
committed by GitHub
parent 2d7a4d0dde
commit 921c3d1ff3
8 changed files with 17 additions and 7 deletions

View File

@ -72,6 +72,8 @@ declare namespace NodeJS {
NEXT_PRIVATE_JOBS_PROVIDER?: 'inngest' | 'local';
NEXT_PUBLIC_USE_INTERNAL_URL_BROWSERLESS?: string;
/**
* Inngest environment variables
*/