diff options
author | Ben Sima <ben@bsima.me> | 2019-11-02 18:32:23 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-02 18:32:40 -0700 |
commit | caecb53ded78d137e594c36e7c9e0d9814ce3349 (patch) | |
tree | 3ff6b998c155c5c0c41eb8d8215a98e41e9d4c27 /Com/InfluencedByBooks/Apex.hs | |
parent | 74d51b4e8ec57cf9bf038c260fe52a3f9aeb2736 (diff) |
move default local keep to _keep
Diffstat (limited to 'Com/InfluencedByBooks/Apex.hs')
-rw-r--r-- | Com/InfluencedByBooks/Apex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |