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 b66440c commit bbceef0Copy full SHA for bbceef0
pnpm-workspace.yaml
@@ -19,6 +19,8 @@ minimumReleaseAgeExclude:
19
- '@prisma/client'
20
# tsx: For development script execution. Required for frequent updates in validation environments
21
- tsx
22
+ # Vercel: To Use in a CI/CD environment
23
+ - vercel
24
25
# Prevent transitive dependencies from Git/Tarball sources (enhanced security)
26
blockExoticSubdeps: true
0 commit comments