Validate required env vars; exit early if any are missing.
Hand off to AppBootstrap.run for the prep sequence.
Wire and start the Server.
App-specific bootstrap (Mongo, seeders, PM hooks, command preload,
runtime-instance manifest) lives behind AppBootstrap so this
file doesn't have to know about every prep system.
Main server initialization function.
Entry-point concerns only:
AppBootstrap.runfor the prep sequence.Server.App-specific bootstrap (Mongo, seeders, PM hooks, command preload, runtime-instance manifest) lives behind
AppBootstrapso this file doesn't have to know about every prep system.