fix(ssr): tailwind config

This commit is contained in:
DIYgod 2025-03-18 17:31:06 +08:00
parent 2d6902c410
commit 5cfbe85182
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -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: {