6 lines
78 B
Haskell
6 lines
78 B
Haskell
module Config (
|
|
listenPort
|
|
) where
|
|
|
|
listenPort :: Int
|
|
listenPort = 3000
|