SolidScribe/client/vue.config.js

18 lines
299 B
JavaScript
Raw Normal View History

2020-10-04 23:46:13 -07:00
module.exports = {
pwa: {
2020-10-04 23:46:13 -07:00
name: 'SolidScribe',
iconPaths: {
favicon32: null,
favicon16: null,
appleTouchIcon: null,
maskIcon: null,
msTileImage: null,
},
},
devServer: {
disableHostCheck: true,
proxy: 'http://localhost:8081',
public: 'marvin.local',
},
2020-10-04 23:46:13 -07:00
}