createRestApp(options?: RestStarterOptions): IKernelApplication
Creates a fully wired REST application. The factory registers the curated REST plugin set, adds the error-handler middleware at priority 0 (outermost per the exceptions contract), and returns the un-started application.
The caller adds routes and then calls await app.start({ port }).
optional
options: RestStarterOptions
Optional per-plugin configuration.