Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 238 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 238 Bytes

IN PROGRESS...

Utils commands for dev

  • For watching the server
  cargo watch -q -c /src -x run
  cargo watch -c -x "run"
  • For watching tests
  cargo watch -q -c -w tests/ -x "test -q quick_dev -- --nocapture"