We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e24a2 commit abf51d1Copy full SHA for abf51d1
packages/build/src/extensions/core/vercelSyncEnvVars.ts
@@ -56,7 +56,7 @@ export function syncVercelEnvVars(
56
const filteredEnvs = data.envs
57
.filter(
58
(env: { type: string; value: string; target: string[] }) =>
59
- env.type === "encrypted" && env.value &&
+ env.value &&
60
env.target.includes(vercelEnvironment),
61
)
62
.map((env: { key: string; value: string }) => ({
0 commit comments