module Main where import Villefort.Server (villefort) import Villefort.Config (defaultConfig) main :: IO () main = villefort defaultConfig