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.
|
-- | Top-level re-exports and application setup for Roux.
|
||||||
module Roux (
|
module Roux (
|
||||||
app,
|
app,
|
||||||
|
loadConfig,
|
||||||
module X,
|
module X,
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Data.CookLang as X
|
import Data.CookLang as X
|
||||||
|
import Roux.Config (loadConfig)
|
||||||
import Roux.CooklangPrint as X
|
import Roux.CooklangPrint as X
|
||||||
import Roux.SchemaOrg as X
|
import Roux.SchemaOrg as X
|
||||||
import Roux.Server (app)
|
import Roux.Server (app)
|
||||||
|
|||||||
Reference in New Issue
Block a user