3 lines
111 B
Bash
Executable file
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
|