Working dotenv configuration

This commit is contained in:
2024-02-18 13:41:43 -06:00
parent 3e81ea8fec
commit aea0e6dfc8
6 changed files with 29 additions and 9 deletions

View File

@@ -16,12 +16,14 @@ executable sampu
build-depends: base
, bytestring >= 0.11.5.0
, commonmark >= 0.2.4
, dotenv >= 0.11.0.0
, lucid >= 2.11.0
, twain >= 2.1.0.0
, wai-extra >= 3.0 && < 3.2
, warp == 3.3.25
hs-source-dirs: src
other-modules:
Core.Configuration
Core.Handlers
Core.HTTP
Core.Rendering