CLI · start
cem start
Boot the compiled production server with preflight checks that catch missing builds, broken env config, and unwired routes before the process listens.
Usage
bash
cem startRuns node dist/server.js after verifying that the build exists and required env vars are present. If anything is off, you get a clear error instead of a cryptic stack trace.
Typical flow
bash
cem build # compile + guards
cem start # boot the compiled output