|
|
@@ -4,9 +4,9 @@ module.exports = { |
|
|
|
service: { |
|
|
|
name: "Mobilizon", |
|
|
|
// URL to the GraphQL API |
|
|
|
url: "http://localhost:4000/api", |
|
|
|
localSchemaFile: "./schema.graphql", |
|
|
|
}, |
|
|
|
// Files processed by the extension |
|
|
|
includes: ["src/**/*.vue", "src/**/*.js"], |
|
|
|
includes: ["js/src/**/*.vue", "js/src/**/*.js"], |
|
|
|
}, |
|
|
|
}; |