Skip to content

Commit

Permalink
docs: remove comment in env.ts about NODE_ENV environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Oct 27, 2024
1 parent 66cf2fc commit 79502ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: {
CLERK_SECRET_KEY: z.string().min(1),
Expand Down

0 comments on commit 79502ad

Please sign in to comment.