Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Feb 20, 2024
1 parent 5d65ca3 commit 106dc03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/lib/env/env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import { createEnv } from "@t3-oss/env-nextjs";
import { z } from "zod";

console.log(process.env);
export const env = createEnv({
shared: {
NODE_ENV: z.enum(["development", "production", "test"]),
Expand Down

0 comments on commit 106dc03

Please sign in to comment.