adding document mode
I've been thinking a lot about the treehouse and I feel like it's time to say goodbye to the tree format.
This commit is contained in:
parent
550c062327
commit
36705e7c1e
31 changed files with 940 additions and 409 deletions
2
Justfile
2
Justfile
|
@ -1,7 +1,7 @@
|
|||
port := "8080"
|
||||
|
||||
serve:
|
||||
cargo watch -- cargo run -- serve --port {{port}}
|
||||
RUST_BACKTRACE=1 cargo watch -- cargo run -- serve --port {{port}}
|
||||
|
||||
fix:
|
||||
cargo run -- fix-all --apply
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue