mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
source .venv/bin/activate
|
|
|
|
echo "Starting Tailwind CSS compiler..."
|
|
uv run manage.py tailwind start
|