Node.js Application Center
Deploy, npm, environment variables, logs, and readiness for Node.js applications.
Application Center controls startup configuration, dependencies, logs, process lifecycle, and internal availability.
Startup
| Field | Example |
|---|---|
| Node.js | 20 / 22 / 24 depending on availability. |
| Workdir | Application subdirectory inside the site. |
| NODE_ENV | production |
| Command | Validated npm script or entrypoint. |
| Restart | Policy managed by the site service. |
npm operations
Install, ci, update, prune, dedupe, rebuild, and package mutations run in contained transient services, not as arbitrary root shell commands.
Environment variables
Do not include unnecessary quotesIn the structured editor, enter the real value. Example:
DB_TIMEZONE = +00:00, not a value containing literal quotation marks.Readiness
Deploy is only considered complete after the managed service and internal port are healthy.