defmodule Mix.Tasks.Dev do @shortdoc """ [STUB] Run a development server with the specified schema file """ def run([_schema_file]) do IO.puts "[TODO] Implement a dev server environment to run here..." end end