treehouse/Justfile

14 lines
181 B
Makefile
Raw Permalink Normal View History

2024-02-22 20:31:26 +01:00
port := "8080"
serve:
cargo watch -- cargo run -- serve --port {{port}}
fix:
cargo run -- fix-all --apply
ulid:
cargo run -- ulid
2024-03-07 22:04:23 +01:00
deploy:
bash admin/deploy.bash