This commit is contained in:
Reid 'arrdem' McKenzie 2022-11-19 23:51:09 -07:00
parent 9d7ee93f8c
commit 30f1d488b4
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
py_project(
name = "pelorama_relay",
name = "activitypub_relay",
lib_deps = [
py_requirement("aiohttp"),
py_requirement("async_lru"),

View file

@ -2,6 +2,6 @@
cd "$(realpath $(dirname $0))"
bazel build :pelorama_relay
bazel build ...
exec ../../bazel-bin/projects/pelorama_relay/pelorama_relay -c $(realpath ./relay.yaml)
exec ../../bazel-bin/projects/activitypub_relay/activitypub_relay -c $(realpath ./relay.yaml)