now/justfile

7 lines
No EOL
148 B
Makefile

dev:
bun run build
go run . --dev --config test/config.toml --domain example.org --public-dir public/
build:
bun run build
go build