check: cargo test cargo fmt --check cargo clippy cargo build --release run: SECURE_SESSIONS=false RUST_LOG=debug cargo run -- --reload-templates run-watch: SECURE_SESSIONS=false RUST_LOG=debug cargo watch --why -x 'run -- --reload-templates' run-release: SECURE_SESSIONS=false RUST_LOG=info cargo run --release css-watch: npm run css-watch typescript: npm run build typescript-watch: npm run build-watch