mirror of
https://github.com/strapi/strapi.git
synced 2026-06-02 16:27:47 +00:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
module.exports = ({ env }) => ({
|
|
future: {
|
|
unstableMediaLibrary: env.bool('UNSTABLE_MEDIA_LIBRARY', false),
|
|
},
|
|
});
|