Passenger loads server.js via require(), not as a shell script.
The shebang causes SyntaxError: Invalid or unexpected token.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Required by Plesk Node.js Manager to start the Next.js production server
via Phusion Passenger. Uses CommonJS for Passenger compatibility.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>