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

View File

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