mirror of
https://github.com/muety/wakapi.git
synced 2025-12-05 22:20:24 -08:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
module.exports = {
|
|
purge: {
|
|
enabled: true,
|
|
mode: 'all',
|
|
content: ['./views/*.tpl.html']
|
|
}
|
|
} |