refactor: add isDocker and isFlake to the

...Configuration DTO
This commit is contained in:
Oliver Davies 2023-11-23 08:24:34 +00:00
parent ebc4d899b2
commit baaf3bf16b
6 changed files with 18 additions and 30 deletions

View file

@ -273,4 +273,8 @@ final class Config
]),
])]
public array $web;
public bool $isDocker;
public bool $isFlake;
}