Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _help:

# Run cachewd with hot reload
dev:
proctor
CACHEW_URL=http://localhost:8080 proctor

# Run tests
test:
Expand Down Expand Up @@ -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
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this to just dev too! Actually... this Just target doesn't really need to exist

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added to just dev!


# Clean up build artifacts
clean:
Expand Down