clubmanager/mprocs.yaml

8 lines
189 B
YAML
Raw Normal View History

procs:
server:
shell: "cargo watch -x run"
docker:
shell: "docker compose up"
2023-11-04 09:28:38 +00:00
tailwind:
shell: "npx tailwindcss -i ./templates/styles/main.css -o ./dist/main.css --watch"