develserver in scaffold only reloads for hamlet
This commit is contained in:
parent
1c394b5723
commit
5978b71559
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user