5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
|
module.exports = {
|
||
|
mode: 'jit',
|
||
|
purge: ['./public/**/*.html', './astro/**/*.{astro,js,jsx,ts,tsx,vue}'],
|
||
|
};
|