diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Com/InfluencedByBooks/Apex.hs | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,3 +6,4 @@ _bild TAGS .tex .pdf +_keep diff --git a/Com/InfluencedByBooks/Apex.hs b/Com/InfluencedByBooks/Apex.hs index 7bf597a..0328a6d 100644 --- a/Com/InfluencedByBooks/Apex.hs +++ b/Com/InfluencedByBooks/Apex.hs @@ -42,7 +42,7 @@ main = do port <- read <$> fromMaybe "3000" <$> lookupEnv "PORT" :: IO Int - keep <- Keep.openLocal "keep/" + keep <- Keep.openLocal "_keep/" say "port: 3000" run port $ logStdout $ compress $ app staticDir $ keep where |