summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-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