Merge branch 'feat/refresh' into feat/stripe-free-tier

This commit is contained in:
David Nguyen
2023-09-19 15:12:40 +10:00
26 changed files with 452 additions and 66 deletions

View File

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