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/"
|
, "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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user