11 lines
232 B
Haskell
11 lines
232 B
Haskell
module Config where
|
|
|
|
import IHP.Prelude
|
|
import IHP.Environment
|
|
import IHP.FrameworkConfig
|
|
|
|
config :: ConfigBuilder
|
|
config = do
|
|
-- See https://ihp.digitallyinduced.com/Guide/config.html
|
|
-- for what you can do here
|
|
pure () |