Skip to content

Commit 982cc78

Browse files
authored
chore: add just dev (#81)
1 parent 8f75de0 commit 982cc78

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ GOOS := env("GOOS", `go env GOOS`)
1616
_help:
1717
@just -l
1818

19+
# Run cachewd with hot reload
20+
dev:
21+
proctor
22+
1923
# Run tests
2024
test:
2125
@gotestsum --hide-summary output,skipped --format-hide-empty-pkg ${CI:+--format github-actions} ./... -- -race -timeout 30s

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cachewd **/*.go !**/*_test.go ready=http:8080/_readiness=200: cachewd --log-level=debug

bin/.proctor-0.5.0.pkg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hermit

bin/proctor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.proctor-0.5.0.pkg

0 commit comments

Comments
 (0)