Serum.DevServer (serum v1.5.1) View Source
The Serum development server.
Link to this section Summary
Functions
Starts the Serum development server.
Link to this section Functions
Specs
run(binary(), pos_integer()) :: Serum.Result.t(pid())
Starts the Serum development server.
This function returns {:ok, pid} on success where pid is a process ID of
a supervision tree for the Serum development server.