mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
9 lines
116 B
JavaScript
9 lines
116 B
JavaScript
module.exports = {
|
|
pwa: {
|
|
workboxOptions: {
|
|
skipWaiting: true,
|
|
clientsClaim: true,
|
|
},
|
|
},
|
|
};
|