Skip to content

Commit

Permalink
chore: disable daisyui logs
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Dec 15, 2024
1 parent 96b23e7 commit 8c94fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default {
},

daisyui: {
themes: ['sunset']
themes: ['sunset'],
logs: false
},

plugins: [typography, forms, aspectRatio, daisyui, tailwindScroll]
Expand Down

0 comments on commit 8c94fbb

Please sign in to comment.