Expand description
Convenience entry point for booting an application’s HTTP server.
Functions§
- start_
server - Boots the HTTP server for
routerusingconfig/<env>.yml(the environment comes fromdoido_core::Environment::get_env). Missing config falls back to0.0.0.0:3000. - start_
server_ with - Like
start_server, but with optionalbind/portoverrides that take precedence over the config file (used bydoido server --port/--bind).