Mix.Tasks.Trot.Server
Starts Trot application with mix trot.server
Command line options
This task accepts the same command-line arguments as app.start
. For additional
information, refer to the documentation for Mix.Tasks.App.Start
.
For example, to run trot.server
without checking dependencies:
mix trot.server —no-deps-check
Summary↑
run(args) | Callback implementation for |
Functions
Callback implementation for c:Mix.Task.run/1
.