diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-01-26 15:55:26 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-01-26 15:55:30 -0500 |
commit | f9dbea4c251a21f7b509360a1d9522d643b6007b (patch) | |
tree | 572d9522468ac62b8f45e57fec1085970becfa0f | |
parent | 3cec14eda99853c73692507f045462ed5202b667 (diff) |
-rw-r--r-- | justfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..d4acf05 --- /dev/null +++ b/justfile @@ -0,0 +1,6 @@ +@default: + just --list + +run: + go build -o bin/bluesky-nats-proxy + bin/bluesky-nats-proxy
\ No newline at end of file |