v4.6.0 / 2026-06-17
Fixed
tailwindcss:watchnow forwards stop signals (SIGINT/SIGTERM) to the spawnedtailwindcssprocess, instead of letting it be orphaned. This happens when a process manager signals the watch task directly rather than the whole process group — most commonly Procfile-based managers like foreman in development. @jordan-brough