1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
run: TONGO_LOGLEVEL=info,debug cargo run -- --last build: cargo build test: cargo test install: cargo install --path . start-mongo: docker compose up -d \ && sleep 2 \ && ./scripts/seed.sh logs: tail -f $HOME/.local/share/tongo/tongo.log