1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
set dotenv-load := true default: @just --list db-up: docker compose up -d postgres migrate: cargo run --bin migrate api: cargo run --bin api worker: cargo run --bin worker check: cargo check --bins