Skip to content

Commit

Permalink
add VERCEL_PROJECT_PRODUCTION_URL to presets (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: juliusmarminge <julius0216@outlook.com>
  • Loading branch information
chribjel and juliusmarminge committed May 17, 2024
1 parent abb668e commit 204836b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-books-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@t3-oss/env-core": patch
---

add `VERCEL_PROJECT_PRODUCTION_URL` to vercel preset
1 change: 1 addition & 0 deletions packages/core/src/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const vercel = () =>
VERCEL: z.string().optional(),
VERCEL_ENV: z.enum(["development", "preview", "production"]).optional(),
VERCEL_URL: z.string().optional(),
VERCEL_PROJECT_PRODUCTION_URL: z.string().optional(),
VERCEL_BRANCH_URL: z.string().optional(),
VERCEL_REGION: z.string().optional(),
VERCEL_AUTOMATION_BYPASS_SECRET: z.string().optional(),
Expand Down

0 comments on commit 204836b

Please sign in to comment.