We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23c9aed + 199f11e commit fdb75f7Copy full SHA for fdb75f7
src/experiments.ts
@@ -125,6 +125,12 @@ export const ALL_EXPERIMENTS = experiments({
125
public: false,
126
},
127
128
+ apphostinglocalbuilds: {
129
+ shortDescription: "Enable App Hosting local builds",
130
+ default: false,
131
+ public: false,
132
+ },
133
+
134
// TODO(joehanley): Delete this once weve scrubbed all references to experiment from docs.
135
dataconnect: {
136
shortDescription: "Deprecated. Previosuly, enabled Data Connect related features.",
0 commit comments