haixunMaster/scripts/pm2-web.sh

7 lines
157 B
Bash
Raw Permalink Normal View History

2026-06-21 12:50:31 +00:00
#!/usr/bin/env bash
set -euo pipefail
# shellcheck disable=SC1091
source "$(dirname "$0")/pm2-common.sh"
PORT="${PORT:-3000}"
exec npx next start -p "$PORT"