chore: add yaml and base64-bytestring dependencies, re-export Config
Build and Deploy / build-and-deploy (push) Successful in 2m1s

This commit is contained in:
2026-05-21 10:34:03 -04:00
parent 232373cd5c
commit e5e0f1c0e0
+2
View File
@@ -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)