Merge branch 'main' into feat/automated-fields-signature

This commit is contained in:
Mythie
2024-11-18 10:56:16 +11:00
488 changed files with 43004 additions and 5754 deletions

View File

@ -2,6 +2,7 @@ declare namespace NodeJS {
export interface ProcessEnv {
NEXT_PUBLIC_WEBAPP_URL?: string;
NEXT_PUBLIC_MARKETING_URL?: string;
NEXT_PRIVATE_INTERNAL_WEBAPP_URL?: string;
NEXT_PRIVATE_DATABASE_URL: string;