summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Com/InfluencedByBooks/Apex.hs2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e8e7a6f..e7a625f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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