chore(site): add workspace filter experiments into all (#7779)

This commit is contained in:
Bruno Quaresma 2023-06-01 15:45:04 -03:00 committed by GitHub
parent 0bed8b57bc
commit 1a615778e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1693,7 +1693,9 @@ const (
// users to opt-in to via --experimental='*'.
// Experiments that are not ready for consumption by all users should
// not be included here and will be essentially hidden.
var ExperimentsAll = Experiments{}
var ExperimentsAll = Experiments{
ExperimentWorkspaceFilter,
}
// Experiments is a list of experiments that are enabled for the deployment.
// Multiple experiments may be enabled at the same time.