#!/bin/bash set -eu source .venv/bin/activate echo "Starting Tailwind CSS compiler..." uv run manage.py tailwind start