Files

6 lines
123 B
JavaScript

module.exports = ({ env }) => ({
future: {
unstableMediaLibrary: env.bool('UNSTABLE_MEDIA_LIBRARY', false),
},
});