felicity-lims/apollo.config.js
2023-04-07 17:52:19 +02:00

16 lines
No EOL
343 B
JavaScript

module.exports = {
client: {
service: {
name: 'felicity-lims',
// URL to the GraphQL API
url: 'http://localhost:8000/felicity-gql',
},
// Files processed by the extension
includes: [
'src/*.vue',
'src/*.ts',
'src/**/*.vue',
'src/**/*.ts',
],
},
};