File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ Config file is resolved from `./ecosystem.custom.config.js` by default. Override
8787spm --config ./my-ecosystem.config.js start
8888```
8989
90- ## PM2 Differences
90+ ## PM2-Inspired Scope
9191
92- SPM intentionally implements a lean subset of PM2 behavior .
92+ SPM focuses on a small, practical subset of PM2-like workflows for development .
9393
94- - No daemon mode : processes are started detached and tracked with pid files under ` ~/.spm2/pids/ `
95- - No PM2 process metadata store: runtime state comes from pid files + OS process checks
94+ - No daemon model in SPM : processes are started detached and tracked with pid files under ` ~/.spm2/pids/ `
95+ - No PM2-style metadata store in SPM : runtime state comes from pid files plus OS process checks
9696- ` increment_vars ` is supported directly; ` increment_var ` is also accepted and split by comma
97- - Extra PM2 ecosystem fields are allowed in config objects but not interpreted unless listed in SPM supported fields
97+ - Additional ecosystem fields can exist in app objects, but SPM only interprets its documented fields
9898
9999Example for split increment vars:
100100
You can’t perform that action at this time.
0 commit comments