From 4b77152bb061e1937562bf18d3007229fb9a9b68 Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Mon, 14 Apr 2025 09:40:53 +0200 Subject: [PATCH] Revert "modified: src/env.js" This reverts commit 571a64d1d5b6c3982466bc660e3a6368513b6536. --- src/env.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/env.js b/src/env.js index 9f676c0..ecf0679 100644 --- a/src/env.js +++ b/src/env.js @@ -19,7 +19,6 @@ export const env = createEnv({ NODE_ENV: z .enum(["development", "test", "production"]) .default("development"), - URL: z.string().url().optional(), }, /** @@ -41,7 +40,6 @@ export const env = createEnv({ AUTH_DISCORD_SECRET: process.env.AUTH_DISCORD_SECRET, DATABASE_URL: process.env.DATABASE_URL, NODE_ENV: process.env.NODE_ENV, - URL: process.env.NEXT_PUBLIC_URL, }, /** * Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially