mirror of
https://github.com/complexcaresolutions/frontend.porwoll.de.git
synced 2026-03-17 16:23:41 +00:00
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:
parent
ce3b73ddb8
commit
57576eb5cb
1 changed files with 0 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
#\!/usr/bin/env node
|
|
||||||
/**
|
/**
|
||||||
* Plesk Node.js Manager Entry Point (Phusion Passenger)
|
* Plesk Node.js Manager Entry Point (Phusion Passenger)
|
||||||
* Starts Next.js production server for porwoll.de
|
* Starts Next.js production server for porwoll.de
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue