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

11 lines
121 B
JavaScript

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