mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
import baseConfig from '@comfyorg/design-system/tailwind-config'
|
|
|
|
export default {
|
|
...baseConfig,
|
|
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}']
|
|
}
|