#!/bin/sh
set -eu

cd -P -- "$(dirname -- "$0")"/..

PHX_SERVER=true exec ./bin/firehose start
