mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-15 22:05:22 -05:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
module.exports = {
|
|
pluginOptions: {
|
|
graphqlMock: false,
|
|
apolloEngine: false,
|
|
graphqlTimeout: 1000000
|
|
}
|
|
}
|