develserver in scaffold only reloads for hamlet

This commit is contained in:
Michael Snoyman 2010-10-30 19:37:50 +02:00
parent 1c394b5723
commit 5978b71559

View File

@ -9,11 +9,7 @@ main = do
, "You can view your app at http://localhost:3000/"
, ""
]
_ <- forkIO $ run 3000 "Controller" "with~sitearg~"
[ "hamlet"
, "cassius"
, "julius"
]
_ <- forkIO $ run 3000 "Controller" "with~sitearg~" ["hamlet"]
go
where
go = do