We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132bb4e commit c9f5579Copy full SHA for c9f5579
Justfile
@@ -45,6 +45,8 @@ run bin *args:
45
bazel run //cloud/email:bin -- {{ args }}
46
elif [ {{ bin }} == "ingest" ]; then
47
bazel run //cloud/video/ingest:bin -- {{ args }}
48
+ elif [ {{ bin }} == "video-api" ]; then
49
+ bazel run //cloud/video/api:bin -- {{ args }}
50
else
51
echo "Unknown binary: {{ bin }}"
52
exit 1
0 commit comments