Commit 2864785
committed
fix: use fork mode and skip pnpm deps check in PM2 ecosystem
- exec_mode: cluster requires a Node.js file and breaks when PM2
script is a package manager binary — switched to fork mode
- pnpm runs a pre-script deps check (runDepsStatusCheck) before
every script which was failing at PM2 startup; use
pnpm run --no-run-check start to skip it1 parent 10ed2f4 commit 2864785
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
108 | | - | |
| 111 | + | |
109 | 112 | | |
110 | | - | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
| |||
0 commit comments