mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
source 3.12/bin/activate
|
|
|
|
echo "Starting Tailwind CSS compiler..."
|
|
python manage.py tailwind start
|