#!/data/data/com.termux/files/usr/bin/sh
export CONFIG_DIRECTORY="${CONFIG_DIRECTORY:-$HOME/.config/seerr}"
export PORT="${PORT:-5055}"
export NODE_ENV=production
cd "/data/data/com.termux/files/usr/lib/seerr"
exec node dist/index.js "$@"
