mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
module.exports = {
|
|
purge: {
|
|
enabled: true,
|
|
mode: 'all',
|
|
content: ['./views/*.tpl.html']
|
|
}
|
|
} |