HTML for ServerError; drop mock database effect handler

This commit is contained in:
James Eversole
2024-10-22 18:55:15 -05:00
parent 3f76917c40
commit 13e8a11e83
7 changed files with 41 additions and 51 deletions

View File

@@ -47,14 +47,6 @@ runAppEff env = runEff
. runLoggerPSQL
. inject
runAppDebug :: AppEnv -> AppEff a -> IO (Either ServerError a)
runAppDebug env = runEff
. runErrorNoCallStack
. runReader env
. runDatabaseDebug
. runLoggerConsole
. inject
port :: Int
port = 8080