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/" , "You can view your app at http://localhost:3000/"
, "" , ""
] ]
_ <- forkIO $ run 3000 "Controller" "with~sitearg~" _ <- forkIO $ run 3000 "Controller" "with~sitearg~" ["hamlet"]
[ "hamlet"
, "cassius"
, "julius"
]
go go
where where
go = do go = do