chore: update env variables

This commit is contained in:
2024-06-03 07:39:55 -04:00
parent be5dedc51c
commit f56f844a88
2 changed files with 6 additions and 3 deletions

4
src/types/env.d.ts vendored
View File

@@ -1,7 +1,9 @@
// Generated by Wrangler on Sun May 26 2024 09:50:50 GMT-0400 (Eastern Daylight Time)
// Generated by Wrangler on Mon Jun 03 2024 07:38:32 GMT-0400 (Eastern Daylight Time)
// by running `wrangler types src/types/env.d.ts`
import type { Env as HonoEnv } from "hono";
interface Env extends HonoEnv {
ENABLE_ANIFY: string;
TURSO_URL: string;
QSTASH_URL: string;
}