3 module Gargantext.API.Dev where
5 import Gargantext.API.Admin.Settings
6 import Gargantext.API.Prelude
7 import Gargantext.API.Admin.Types
8 import Gargantext.Database.Prelude
9 import Gargantext.Prelude
11 -------------------------------------------------------------------
12 runCmdReplEasy :: Cmd'' DevEnv GargError a -> IO a
13 runCmdReplEasy f = withDevEnv "gargantext.ini" $ \env -> runCmdDev env f