Module

YogaStories.CLI

Package
purescript-yoga-stories
Repository
rowtype-yoga/purescript-yoga-stories

#ServeOpts Source

type ServeOpts = { configPath :: String, open :: Boolean, outputDir :: Maybe String, port :: Int }

#BuildOpts Source

type BuildOpts = { configPath :: String, outDir :: String, outputDir :: Maybe String, skipOptimize :: Boolean }

#startDevServerImpl Source

startDevServerImpl :: { configPath :: String, open :: Boolean, outputDir :: Nullable String, port :: Int } -> Effect Unit

#buildProductionImpl Source

buildProductionImpl :: { configPath :: String, outDir :: String, outputDir :: Nullable String, skipOptimize :: Boolean } -> Effect Unit