Mix.Tasks.Phoenix.Start
Starts the router or a given worker. Defaults to MyApp.Router
$ mix phoenix.start
$ mix phoenix.start MyApp.AnotherRouter
Summary
run(list1) | Callback implementation of |
Starts the router or a given worker. Defaults to MyApp.Router
$ mix phoenix.start
$ mix phoenix.start MyApp.AnotherRouter
run(list1) | Callback implementation of |