Wexts 4

Runtime

Production runtime serves Fastify, Wexts Shield, Nest under /api, RPC under /rpc, Next routes, and health checks on one port.

Commands and Examples

pnpm run build
PORT=3210 pnpm run start
curl http://127.0.0.1:3210/health
curl http://127.0.0.1:3210/api/health

Current Guidance

  • Development mode can use separate web/API processes for iteration.
  • Runtime startup uses generated manifests and compiled config.
  • No source scanning, file watching, or codegen should run during production start.