Nuxt/test/fixtures/debug/nuxt.config.js

14 lines
161 B
JavaScript

module.exports = {
router: {
base: '/test/'
},
debug: true,
build: {
scopeHoisting: true
},
editor: {
cmd: 'echo',
pattern: ''
}
}