bang/frontend/vue.config.js
Alberto Xamin 7cd84a51d3
pwa
2020-11-29 17:33:10 +01:00

8 lines
109 B
JavaScript

module.exports = {
pwa: {
name: 'PewPew!',
appleMobileWebAppCache: "yes",
manifestOptions: {
}
}
};