default: @just --list dev: go run cmd/*.go start build: CGO_ENABLED=1 go build -o build/pallet ./cmd/main.go clean: rm -rf build