#!/bin/sh
: "${FX_AUTO_UPGRADE:=0}"
export FX_AUTO_UPGRADE
exec /opt/local/libexec/vercel-fx/fx "$@"
