artist-alerts/scripts/run-dev-server
2024-07-07 01:20:21 +00:00

3 lines
111 B
Bash
Executable file

#!/bin/sh
tailwindcss -i ./templates/input.css -o ./static/css/main.css
cargo watch -x run -w templates -w src