[cli] Don't pull system environment vars in dev (#11526)

System environment variables would get set with empty strings in development which breaks some builds. This fixes that by using the v2 of `/env/pull` introduced in https://github.com/vercel/api/pull/27777.
This commit is contained in:
Austin Merrick
2024-05-15 05:17:47 -07:00
committed by GitHub
parent d3c1267e24
commit 446ac49e2b
5 changed files with 68 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
---
'vercel': minor
---
Stop sending system environment variables in dev