module.exports = { pwa: { name: 'SolidScribe', iconPaths: { favicon32: null, favicon16: null, appleTouchIcon: null, maskIcon: null, msTileImage: null, }, }, devServer: { disableHostCheck: true, proxy: 'http://localhost:8081', public: 'marvin.local', }, }