Skip to content

Commit c9f5579

Browse files
committed
feat: add video-api to Justfile
1 parent 132bb4e commit c9f5579

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ run bin *args:
4545
bazel run //cloud/email:bin -- {{ args }}
4646
elif [ {{ bin }} == "ingest" ]; then
4747
bazel run //cloud/video/ingest:bin -- {{ args }}
48+
elif [ {{ bin }} == "video-api" ]; then
49+
bazel run //cloud/video/api:bin -- {{ args }}
4850
else
4951
echo "Unknown binary: {{ bin }}"
5052
exit 1

0 commit comments

Comments
 (0)