Skip to content

Commit

Permalink
fixed next_public_node_env
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Roberts123 committed May 3, 2024
1 parent 82ffe5b commit 66ece2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const env = createEnv({
GOOGLE_CLIENT_ID: process.env.GOOGLE_CLIENT_ID,
GOOGLE_CLIENT_SECRET: process.env.GOOGLE_CLIENT_SECRET,
NEXT_PUBLIC_WEBAPPURL: process.env.NEXT_PUBLIC_WEBAPPURL,
NEXT_PUBLIC_NODE_ENV: process.env.NODE_ENV,
NEXT_PUBLIC_NODE_ENV: process.env.NEXT_PUBLIC_NODE_ENV,
NEXTAUTH_SECRET: process.env.NEXTAUTH_SECRET,
},
});

0 comments on commit 66ece2e

Please sign in to comment.