add justfile
This commit is contained in:
parent
372a9dff5a
commit
4eb35810d2
1 changed files with 11 additions and 0 deletions
11
Justfile
Normal file
11
Justfile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
port := "8080"
|
||||||
|
export TREEHOUSE_SITE := "http://localhost:" + port
|
||||||
|
|
||||||
|
serve:
|
||||||
|
cargo watch -- cargo run -- serve --port {{port}}
|
||||||
|
|
||||||
|
fix:
|
||||||
|
cargo run -- fix-all --apply
|
||||||
|
|
||||||
|
ulid:
|
||||||
|
cargo run -- ulid
|
Loading…
Reference in a new issue