Copyright | (c) digitally induced GmbH 2020 |
---|---|
Safe Haskell | None |
Synopsis
Documentation
findLibDirectory :: IO Text Source #
Finds the lib
The location depends on whether the framework is installed through nix or checked out from git inside the current project directory.
When it's installed with nix, the lib dir is located at lib/ihp
while the dev server binary is located at bin/RunDevServer
.