fix: remove shebang from server.js for Phusion Passenger compatibility

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>
This commit is contained in:
CCS Admin 2026-02-15 19:23:00 +00:00
parent ce3b73ddb8
commit 57576eb5cb

View file

@ -1,4 +1,3 @@
#\!/usr/bin/env node
/**
* Plesk Node.js Manager Entry Point (Phusion Passenger)
* Starts Next.js production server for porwoll.de