·
3 commits
to main
since this release
Patch Changes
-
#1607
a89a098
Thanks @SutuSebastian! - fix:Error: Cannot find module 'tailwindcss/plugin'
-
#1605
262cde0
Thanks @SutuSebastian! - Search for<ThemeInit />
in the project and warn if it's not found instead of warning all the timeChanges
- during commands
build
anddev
check files content for custom configuration and display a warning if<ThemeInit />
is not found - switch tests in
src/cli
andsrc/helpers
fromvitest
->bun:test
- during commands