diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-19 12:03:16 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-19 12:03:16 -0500 |
| commit | 4d86c8c72714879e8e6c060479b02c553d35bb0f (patch) | |
| tree | 22459eb419318b9530710402c64a78a9ac0b142f /src/lib/env.ts | |
| parent | 23524cb94314fd50476ccffe654841d980c713d7 (diff) | |
Remove varianle NEXT_PUBLIC_BASE_URL
Diffstat (limited to 'src/lib/env.ts')
| -rw-r--r-- | src/lib/env.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/env.ts b/src/lib/env.ts index af5616c..31b91e7 100644 --- a/src/lib/env.ts +++ b/src/lib/env.ts @@ -1,7 +1,6 @@ import { z } from 'zod' const envSchema = z.object({ - NEXT_PUBLIC_BASE_URL: z.string().url(), POSTGRES_URL_NON_POOLING: z.string().url(), POSTGRES_PRISMA_URL: z.string().url(), }) |
