chore: add yaml and base64-bytestring dependencies, re-export Config
Build and Deploy / build-and-deploy (push) Successful in 2m1s
Build and Deploy / build-and-deploy (push) Successful in 2m1s
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
-- | Top-level re-exports and application setup for Roux.
|
||||
module Roux (
|
||||
app,
|
||||
loadConfig,
|
||||
module X,
|
||||
) where
|
||||
|
||||
import Data.CookLang as X
|
||||
import Roux.Config (loadConfig)
|
||||
import Roux.CooklangPrint as X
|
||||
import Roux.SchemaOrg as X
|
||||
import Roux.Server (app)
|
||||
|
||||
Reference in New Issue
Block a user