From f85aaab65468680c7b6b4cf2b7090002b75c2190 Mon Sep 17 00:00:00 2001 From: Sutina Wipawiwat Date: Thu, 5 Feb 2026 17:21:13 +1100 Subject: [PATCH] chore: set CACHEW_URL for just run and just dev --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 2faa919..16339c1 100644 --- a/Justfile +++ b/Justfile @@ -18,7 +18,7 @@ _help: # Run cachewd with hot reload dev: - proctor + CACHEW_URL=http://localhost:8080 proctor # Run tests test: @@ -68,7 +68,7 @@ build-all: run: build @echo "→ Starting cachew at http://localhost:8080" @mkdir -p state - @{{ RELEASE }}/cachewd --config cachew-local.hcl + @CACHEW_URL=http://localhost:8080 {{ RELEASE }}/cachewd --config cachew-local.hcl # Clean up build artifacts clean: