aboutsummaryrefslogtreecommitdiff
path: root/apps/web/cf-env.d.ts
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-06-23 17:09:34 -0500
committerDhravya <[email protected]>2024-06-23 17:09:34 -0500
commit7117885a27672561e3f16f30afc6c05dbad738a6 (patch)
tree57668642405c9c90f2e0466e949abc5065663aa3 /apps/web/cf-env.d.ts
parentadd: telegram bot setup with grammy lib (diff)
downloadsupermemory-feat/telegram-api.tar.xz
supermemory-feat/telegram-api.zip
error out if there's no idfeat/telegram-api
Diffstat (limited to 'apps/web/cf-env.d.ts')
-rw-r--r--apps/web/cf-env.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/cf-env.d.ts b/apps/web/cf-env.d.ts
index be5c991a..3072a528 100644
--- a/apps/web/cf-env.d.ts
+++ b/apps/web/cf-env.d.ts
@@ -11,6 +11,7 @@ declare global {
R2_BUCKET_NAME: string;
BACKEND_SECURITY_KEY: string;
BACKEND_BASE_URL: string;
+ TELEGRAM_BOT_TOKEN: string;
}
}
}