summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2025-01-26 15:55:26 -0500
committerRobby Zambito <contact@robbyzambito.me>2025-01-26 15:55:30 -0500
commitf9dbea4c251a21f7b509360a1d9522d643b6007b (patch)
tree572d9522468ac62b8f45e57fec1085970becfa0f
parent3cec14eda99853c73692507f045462ed5202b667 (diff)
Add justfileHEADmaster
-rw-r--r--justfile6
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