diff options
| author | Dhravya <[email protected]> | 2024-05-26 17:24:15 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-05-26 17:24:15 -0500 |
| commit | de4e853f088216b89c4b263a5cb2a757e779b4fc (patch) | |
| tree | 68ac67321be7b1ee5e7afcf807749b2f98aab081 /apps/web/env.d.ts | |
| parent | change input height (diff) | |
| download | supermemory-de4e853f088216b89c4b263a5cb2a757e779b4fc.tar.xz supermemory-de4e853f088216b89c4b263a5cb2a757e779b4fc.zip | |
added signin page
Diffstat (limited to 'apps/web/env.d.ts')
| -rw-r--r-- | apps/web/env.d.ts | 4 |
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; |