Copyright | (c) digitally induced GmbH 2020 |
---|---|
Safe Haskell | None |
IHP.IDE.ToolServer.Helper.Controller
Description
Synopsis
- appPort :: (?context :: ControllerContext) => PortNumber
- openEditor :: Text -> Int -> Int -> IO ()
- findWebControllers :: IO [Text]
- findControllers :: Text -> IO [Text]
- findApplications :: IO [Text]
Documentation
appPort :: (?context :: ControllerContext) => PortNumber Source #
Returns the port used by the running app. Usually returns 8000
.
findWebControllers :: IO [Text] Source #
findApplications :: IO [Text] Source #