1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-18 22:51:02 +00:00
Nuxt/examples/vue-apollo/nuxt.config.js
2018-03-16 19:42:06 +03:30

9 lines
153 B
JavaScript

export default {
modules: ['@nuxtjs/apollo'],
apollo: {
networkInterfaces: {
default: '~/apollo/network-interfaces/default.js'
}
}
}