fix(ssr): tailwind config
This commit is contained in:
parent
2d6902c410
commit
5cfbe85182
|
|
@ -19,9 +19,9 @@ export default resolveConfig({
|
|||
"./client/**/*.{ts,tsx}",
|
||||
"./index.html",
|
||||
"./node_modules/@follow/components/**/*.{ts,tsx}",
|
||||
"./node_modules/rc-modal-sheet/**/*.{ts,tsx}",
|
||||
"../../../node_modules/rc-modal-sheet/**/*.{ts,tsx}",
|
||||
"../../../packages/**/*.{ts,tsx}",
|
||||
"./node_modules/rc-modal-sheet/**/*.{js,ts,tsx}",
|
||||
"../../node_modules/rc-modal-sheet/**/*.{js,ts,tsx}",
|
||||
"../../packages/**/*.{ts,tsx}",
|
||||
],
|
||||
plugins: [...baseTwConfig.plugins, daisyui],
|
||||
daisyui: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue