79775954

Date: 2025-09-26 12:53:36
Score: 0.5
Natty:
Report link

Stopping and restarting the Bun dev server often fixes Tailwind v4 not applying in a Next.js app inside a Turborepo because Bun’s watcher can miss config or file-change events.

Fix:

# Stop dev server (Ctrl+C), then restart
bun dev
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Prashant Chouhan