Files
vaquant/vue.config.js
2019-08-22 11:50:32 +02:00

11 lines
187 B
JavaScript

module.exports = {
pwa: {
themeColor: '#3f4fa6',
msTileColor: '#3f4fa6',
workboxOptions: {
skipWaiting: true,
clientsClaim: true
},
name: 'Vaquant'
}
}