olive/server_run
the server_run
module runs the “main” server and also handles the rebuilding
of the main server code every time it is needed.
Functions
pub fn reload_server_code(root: String) -> Result(Nil, String)
pub fn start_server(
root: String,
name: String,
) -> Result(Pid, Atom)