View Source mix spaceboy.server (Spaceboy v0.3.2)
Starts the configured Gemini server
Command line options
This task accepts the same command-line arguments as run
. For additional
information, refer to the documentation for Mix.Tasks.Run
.
For example, to run spaceboy.server
without recompiling:
mix spaceboy.server --no-compile
The --no-halt
flag is automatically added.