Main

com.alecdorrington.server.Main
object Main extends Forever

Attributes

Experimental
true
Graph
Supertypes
trait Forever
class Object
trait Matchable
class Any
Self type
Main.type

Members list

Value members

Concrete methods

def run(args: List[String]): Resource[IO, Unit]

The main entry point for this application. To run, use "sbt dev".

The main entry point for this application. To run, use "sbt dev".

Value parameters

args

Unused.

Attributes

Inherited methods

final def main(args: Array[String]): Unit

Attributes

Inherited from:
Forever