felicity-lims/frontend/vite/apollo.config.js
2021-01-21 21:38:17 +02:00

16 lines
No EOL
342 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',
],
},
}