diff options
| author | Dhravya Shah <[email protected]> | 2024-08-06 12:55:43 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-08-06 12:55:43 -0700 |
| commit | be05d4fe7f7bc8edc2aad18daecdb8e67f28b29f (patch) | |
| tree | f24556e993ec21a3b6aa78ffadf418aa279511f4 /apps/web/cf-env.d.ts | |
| parent | uncomment (diff) | |
| download | supermemory-be05d4fe7f7bc8edc2aad18daecdb8e67f28b29f.tar.xz supermemory-be05d4fe7f7bc8edc2aad18daecdb8e67f28b29f.zip | |
posthog
Diffstat (limited to 'apps/web/cf-env.d.ts')
| -rw-r--r-- | apps/web/cf-env.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/cf-env.d.ts b/apps/web/cf-env.d.ts index 09b0690b..10891f9b 100644 --- a/apps/web/cf-env.d.ts +++ b/apps/web/cf-env.d.ts @@ -26,6 +26,8 @@ declare global { RATELIMITER: { limit: ({ key: string }) => { success: boolean }; }; + NEXT_PUBLIC_POSTHOG_KEY: string; + NEXT_PUBLIC_POSTHOG_HOST: string; } } } |