fix warning wrt static site config
This commit is contained in:
parent
2fae769bb9
commit
fa123b7c9a
@ -124,6 +124,5 @@ main = runStderrLoggingT $ withPostgresqlPool connStr 10 $ \pool -> liftIO $ do
|
|||||||
|
|
||||||
p1 : _ <- liftIO $ Track.parseFile "track.gpx"
|
p1 : _ <- liftIO $ Track.parseFile "track.gpx"
|
||||||
Store.save p1
|
Store.save p1
|
||||||
static'@(Static settings) <- static "frontend"
|
static' <- static "frontend"
|
||||||
-- putStrLn ("loaded " ++ show (List.length points) ++ " points from GPX")
|
|
||||||
warp 3000 $ Souplesse static'
|
warp 3000 $ Souplesse static'
|
||||||
|
Loading…
Reference in New Issue
Block a user