mirror of
https://github.com/strapi/strapi.git
synced 2025-07-13 03:51:54 +00:00

* chore: drop side editor future flag (cherry picked from commit 4a4c1f97b333d265ea392cdbdd558f54e77b4217) * fix: ts error
4 lines
51 B
JavaScript
4 lines
51 B
JavaScript
module.exports = ({ env }) => ({
|
|
future: {},
|
|
});
|