module Config ( listenPort ) where import Network.Wai.Handler.Warp (Port) listenPort :: Port listenPort = 3000