We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eca7d1 commit ed59b98Copy full SHA for ed59b98
packages/host/config/environment.js
@@ -78,6 +78,7 @@ module.exports = function (environment) {
78
ENV.sqlSchema = sqlSchema;
79
ENV.featureFlags = {
80
ENABLE_PLAYGROUND: true,
81
+ ENABLE_ATTACHING_FILES: true,
82
};
83
}
84
0 commit comments