]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/API/Dev.hs
Merge branch 'dev-phylo' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantex...
[gargantext.git] / src / Gargantext / API / Dev.hs
1 -- |
2
3 module Gargantext.API.Dev where
4
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
10
11 -------------------------------------------------------------------
12 runCmdReplEasy :: Cmd'' DevEnv GargError a -> IO a
13 runCmdReplEasy f = withDevEnv "gargantext.ini" $ \env -> runCmdDev env f