server/src/Config.hs

7 lines
78 B
Haskell

module Config (
listenPort
) where
listenPort :: Int
listenPort = 3000