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

11 lines
121 B
JavaScript
Raw Normal View History

2017-10-30 03:30:47 +00:00
module.exports = {
router: {
base: '/test/'
},
debug: true,
editor: {
cmd: 'echo',
pattern: ''
}
}