Commit 1ffb7e2
committed
feat: serve production build via PM2
npm start now builds all packages and starts PM2, with Express serving
the built client UI from client/dist. Adds dev-start.js for clean PM2
dev startup, PM2 convenience scripts, and uses local pm2 binary
throughout (no global install required).1 parent 00e053d commit 1ffb7e2
7 files changed
Lines changed: 1398 additions & 17 deletions
File tree
- .changelog
- scripts
- server/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments