This commit is contained in:
Reid 'arrdem' McKenzie 2022-11-19 23:51:09 -07:00
parent c0b8db46aa
commit 28f0b369a1
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)