From a4e2949d76442f29ed1af4c8b0b0964ee8196d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 15 Aug 2025 22:01:49 +0200 Subject: build(script): create justfile to help build --- justfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..295cacc --- /dev/null +++ b/justfile @@ -0,0 +1,7 @@ +dev: + bun run build + go run . --dev --config test/config.toml --domain example.org --public-dir public/ + +build: + bun run build + go build \ No newline at end of file -- cgit v1.2.3