zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

exsync.ex (185B)


      1 defmodule Mix.Tasks.Exsync do
      2   use Mix.Task
      3 
      4   def run(_) do
      5     unless System.get_env("MIX_ENV") do
      6       Mix.env(:dev)
      7     end
      8 
      9     Application.ensure_all_started(:exsync)
     10   end
     11 end