Nuxt/test/fixtures/debug/nuxt.config.js
2017-10-30 11:30:47 +08:00

11 lines
121 B
JavaScript

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