aboutsummaryrefslogtreecommitdiff
path: root/apps/web/env.d.ts
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-05-26 17:24:15 -0500
committerDhravya <[email protected]>2024-05-26 17:24:15 -0500
commitde4e853f088216b89c4b263a5cb2a757e779b4fc (patch)
tree68ac67321be7b1ee5e7afcf807749b2f98aab081 /apps/web/env.d.ts
parentchange input height (diff)
downloadsupermemory-de4e853f088216b89c4b263a5cb2a757e779b4fc.tar.xz
supermemory-de4e853f088216b89c4b263a5cb2a757e779b4fc.zip
added signin page
Diffstat (limited to 'apps/web/env.d.ts')
-rw-r--r--apps/web/env.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/env.d.ts b/apps/web/env.d.ts
index 161177a1..2755280c 100644
--- a/apps/web/env.d.ts
+++ b/apps/web/env.d.ts
@@ -1,10 +1,10 @@
-// Generated by Wrangler on Sat May 25 2024 23:32:58 GMT-0500 (Central Daylight Time)
+// Generated by Wrangler on Sun May 26 2024 17:03:05 GMT-0500 (Central Daylight Time)
// by running `wrangler types --env-interface CloudflareEnv env.d.ts`
interface CloudflareEnv {
GOOGLE_CLIENT_ID: string;
GOOGLE_CLIENT_SECRET: string;
- NEXTAUTH_SECRET: string;
+ AUTH_SECRET: string;
R2_ENDPOINT: string;
R2_ACCESS_ID: string;
R2_SECRET_KEY: string;