all repos — website @ 88a94774ce383fb46707af199b957cf8b5dedc39

My website

just: add generate command
Alan Pearce alan@alanpearce.eu
Wed, 24 Apr 2024 15:18:20 +0200
commit

88a94774ce383fb46707af199b957cf8b5dedc39

parent

5a2807a4613c36f1b8cb21adbd8ccbb46af7b757

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M justfilejustfile
@@ -26,6 +26,9 @@ watchexec --restart -w flake.nix -w flake.lock direnv exec . {{ 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 }}