Passenger only manages the Next.js app process; the worker now gets the same crash-recovery/auto-restart via pm2, replacing the cron-driven PID-file restart hack. Updates README deployment steps accordingly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
node_modules/
|
|
.next/
|
|
.env
|
|
.env.prod
|
|
.env.local
|
|
*.log
|
|
storage/
|
|
# Added by code-review-graph
|
|
.code-review-graph/
|