Configurability

This commit is contained in:
2023-02-15 20:34:05 +02:00
parent 84c7115c83
commit e3807b3ade
22 changed files with 236 additions and 26 deletions

3
dhall/Config/Type.dhall Normal file
View File

@ -0,0 +1,3 @@
{ s3 : ../S3/Type.dhall
, watcher : ../Watcher/Type.dhall
}

View File

@ -0,0 +1 @@
{=}

View File

@ -0,0 +1 @@
{ Type = ./Type.dhall, default = ./default.dhall }