Pierre Noël 7f441632c0 wip
2021-06-08 10:39:45 +02:00

15 lines
276 B
JavaScript

'use strict';
const path = require('path');
module.exports = ({ env }) => ({
graphql: {
enabled: true,
// resolve: '@strapi/plugin-graphql',
config: require('./plugins/graphql')({ env }),
},
i18n: {
config: require('./plugins/i18n')({ env }),
},
});