mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
module.exports = {
|
|
globDirectory: 'public/',
|
|
globPatterns: ['**/*.{png,ico}'],
|
|
swDest: 'public/sw.js',
|
|
};
|