aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: 295cacc73c9938431d6882a718884f0e3726f9a5 (plain)
1
2
3
4
5
6
7
dev:
    bun run build
    go run . --dev --config test/config.toml --domain example.org --public-dir public/

build:
    bun run build
    go build