mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-26 17:19:08 -06:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
module.exports = {
|
|
pluginOptions: {
|
|
graphqlMock: false,
|
|
apolloEngine: false,
|
|
graphqlTimeout: 1000000
|
|
}
|
|
}
|