Lamina.Server.init
You're seeing just the function
init
, go back to Lamina.Server module for more information.
Link to this function
init(opts)
Initialise the configuration server.
Initialises the configuration server by calling the callbacks defined by the
Lamina
behaviour on the config module, starts all the module's providers and
loads all the configuration.
If any step in this process fails the server will fail to start.