mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 14:48:08 +00:00
12 lines
245 B
JavaScript
12 lines
245 B
JavaScript
module.exports = {
|
|
client: {
|
|
includes: ['src/**/*.{ts,tsx}'],
|
|
service: {
|
|
name: 'strapi-graphql',
|
|
localSchemaFile: [
|
|
'./src/lib/strapi/strapi.graphql',
|
|
], // how to configure to multiple schemas?
|
|
},
|
|
},
|
|
}
|