We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I want to see production-ready features because I don't like partially delivered functionality.
Use Vercel Edge Config to manage feature flags on the project.
beta
true
false
tester
@vercel/edge-config
The text was updated successfully, but these errors were encountered:
SVendittelli
No branches or pull requests
User story
As a user, I want to see production-ready features because I don't like partially delivered functionality.
Details
Use Vercel Edge Config to manage feature flags on the project.
Acceptance criteria
beta
feature flag (defaulttrue
in dev and preview,false
in production) that changes the view the user gets.tester
trait to opt in tobeta
features in production.tester
trait.Tasks
@vercel/edge-config
tester
trait totrue
on the beta siteThe text was updated successfully, but these errors were encountered: