MiniServerConfig

kreuzberg.miniserver.MiniServerConfig
case class MiniServerConfig(assetPaths: AssetPaths, extraJs: Seq[String], extraCss: Seq[String], extraHtmlHeader: Seq[Html], port: Int, deploymentType: Option[DeploymentType], produktionBlacklist: Seq[String], api: Option[Task[ZioDispatcher]], noScriptText: Option[String], extraApp: Option[Task[HttpApp[Any, Throwable]]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def hashedUrl(name: String): String
def locateAsset(name: String): Option[Location]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product