blob: 801fcc47013960d1fbbba4d013ef84f2908b3ea9 [file] [log] [blame]
module.exports = {
lintOnSave: false,
devServer: {
proxy: {
'/fortress-rest': {
target: 'http://localhost:7070',
changeOrigin: true
}
}
},
baseUrl: '',
productionSourceMap: false
}