mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 13:56:18 +02:00
Update analytics (#432)
This commit is contained in:
parent
a4ca5f1676
commit
b0aa9db26d
18 changed files with 122 additions and 106 deletions
3
declarations/environment.d.ts
vendored
3
declarations/environment.d.ts
vendored
|
@ -6,7 +6,8 @@ declare global {
|
|||
SECRET_PASSWORD: string;
|
||||
NEXT_PUBLIC_LEGACY_POLLS?: string;
|
||||
NEXT_PUBLIC_MAINTENANCE_MODE?: string;
|
||||
PLAUSIBLE_DOMAIN?: string;
|
||||
NEXT_PUBLIC_POSTHOG_API_KEY?: string;
|
||||
NEXT_PUBLIC_POSTHOG_API_HOST?: string;
|
||||
NEXT_PUBLIC_CRISP_WEBSITE_ID?: string;
|
||||
LEGACY_MONGODB_URI?: string;
|
||||
SUPPORT_EMAIL: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue