aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: a8af4ff12ccf6391cfb95f6cb3d0aa7bbd843c92 (plain)
1
2
3
4
5
6
7
dev:
    bun run build
    go run . -dev -config config.toml

build:
    bun run build
    go build -ldflags "-s" .