2021-05-31 18:28:42 +02:00

11 lines
169 B
JavaScript

'use strict';
const path = require('path');
module.exports = ({ env }) => ({
graphql: {
enabled: true,
resolve: path.resolve('./plugins/myplugin'),
},
});