Skip to content

Commit

Permalink
Merge pull request #345 from ixartz/env-comment
Browse files Browse the repository at this point in the history
chore: remove comment about NODE_ENV affecting tree-shaking behavior
  • Loading branch information
ixartz authored Jan 9, 2025
2 parents d86af66 + b7acbfb commit 297b5d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/Env.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createEnv } from '@t3-oss/env-nextjs';
import { z } from 'zod';

// Don't add NODE_ENV into T3 Env, it changes the tree-shaking behavior
export const Env = createEnv({
server: {
ARCJET_KEY: z.string().startsWith('ajkey_').optional(),
Expand Down

0 comments on commit 297b5d0

Please sign in to comment.