mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
import { Config } from 'tailwindcss';
|
|
|
|
export default {
|
|
content: [
|
|
'{routes,islands,components,lib}/**/*.{ts,tsx}',
|
|
],
|
|
} satisfies Config;
|