mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
module.exports = {
|
|
purge: {
|
|
mode: 'layers',
|
|
content: ['../../webroot/js/**'],
|
|
},
|
|
};
|