aboutsummaryrefslogtreecommitdiff
path: root/apps/web/cf-env.d.ts
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-08-06 12:55:43 -0700
committerDhravya Shah <[email protected]>2024-08-06 12:55:43 -0700
commitbe05d4fe7f7bc8edc2aad18daecdb8e67f28b29f (patch)
treef24556e993ec21a3b6aa78ffadf418aa279511f4 /apps/web/cf-env.d.ts
parentuncomment (diff)
downloadsupermemory-be05d4fe7f7bc8edc2aad18daecdb8e67f28b29f.tar.xz
supermemory-be05d4fe7f7bc8edc2aad18daecdb8e67f28b29f.zip
posthog
Diffstat (limited to 'apps/web/cf-env.d.ts')
-rw-r--r--apps/web/cf-env.d.ts2
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;
}
}
}