mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
4 lines
134 B
JavaScript
4 lines
134 B
JavaScript
export default {
|
|
content: ['./src/**/*.{html,js,svelte,ts}', './node_modules/components/**/*.{html,js,svelte,ts}'],
|
|
plugins: [],
|
|
};
|