mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 21:27:10 -05:00
15 lines
256 B
JavaScript
15 lines
256 B
JavaScript
module.exports = {
|
|
client: {
|
|
service: {
|
|
name: 'wiki-core',
|
|
// URL to the GraphQL API
|
|
url: 'http://localhost:11511'
|
|
},
|
|
// Files processed by the extension
|
|
includes: [
|
|
'src/**/*.vue',
|
|
'src/**/*.js'
|
|
]
|
|
}
|
|
}
|