04ff9d5a6a
Adds `moq-api` to get/set the origin for each broadcast. Not used by default for local development.
11 lines
180 B
Bash
Executable File
11 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
# Change directory to the root of the project
|
|
cd "$(dirname "$0")/.."
|
|
|
|
# Connect to the 2nd relay by default.
|
|
export PORT="${PORT:-4444}"
|
|
|
|
./dev/pub
|