Skip to content

Commit

Permalink
chore: remove cloudflare worker name from env
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 6, 2025
1 parent a941510 commit 7c105b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const envSchema = T.Object({
SUPABASE_KEY: T.String(),
KERNEL_PUBLIC_KEY: T.Optional(T.String()),
LOG_LEVEL: T.Enum(LOG_LEVEL, { default: LOG_LEVEL.INFO }),
CLOUDFLARE_WORKER_NAME: T.Optional(T.String()),
});

export type Env = StaticDecode<typeof envSchema>;

0 comments on commit 7c105b3

Please sign in to comment.