diff --git a/Command/WebApp.hs b/Command/WebApp.hs index 6755763b32..a3294911f9 100644 --- a/Command/WebApp.hs +++ b/Command/WebApp.hs @@ -21,7 +21,7 @@ import qualified Command.Watch import Control.Concurrent.STM def :: [Command] -def = [oneShot $ noRepo firstRun $ dontCheck repoExists $ +def = [oneShot $ noRepo firstRun $ withOptions [Command.Watch.foregroundOption, Command.Watch.stopOption] $ command "webapp" paramNothing seek "launch webapp"]