#!/command/with-contenv sh
set -a; . /run/cerefox-runtime.env; set +a
exec bun /opt/cerefox/dist/bin/cerefox.js web --host 0.0.0.0 --port 8000
