jitsi-roomsv2/backend/app/Main.hs

8 lines
112 B
Haskell
Raw Normal View History

2023-01-15 16:38:57 +01:00
module Main (main) where
2023-01-15 18:26:41 +01:00
import ClassyPrelude
import Lib (runBothServers)
2023-01-15 16:38:57 +01:00
main :: IO ()
2023-01-15 18:26:41 +01:00
main = runBothServers