mirror of
https://github.com/complexcaresolutions/frontend.blogwoman.de.git
synced 2026-03-17 16:14:00 +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
7fca02c725
commit
3c215d6474
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)
|
||||
* Starts Next.js production server for blogwoman.de
|
||||
|
|
|
|||
Loading…
Reference in a new issue