Skip to content

Commit ff6b0f7

Browse files
committed
fix: server styles
1 parent 51d6719 commit ff6b0f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/server/tailwind.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default resolveConfig({
2121
"./node_modules/@follow/components/**/*.{ts,tsx}",
2222
"./node_modules/rc-modal-sheet/**/*.{ts,tsx}",
2323
"../../node_modules/rc-modal-sheet/**/*.{ts,tsx}",
24+
"../../packages/**/*.{ts,tsx}",
2425
],
2526
plugins: [...baseConfig.plugins, daisyui],
2627
daisyui: {

0 commit comments

Comments
 (0)