about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index f4bd6a6..e4021c0 100755
--- a/justfile
+++ b/justfile
@@ -26,6 +26,9 @@ watch-flake command:
 
 watch-builder: (watch-flake "watchexec -w cmd/build -w content -w templates -r go run ./cmd/build --base-url http://localhost:3000")
 
+generate:
+    go run ./cmd/build --base-url http://localhost:3000
+
 nix-build what:
     nix build .#{{ what }}