mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-12 22:10:48 +01:00
refactor: add isDocker
and isFlake
to the
...Configuration DTO
This commit is contained in:
parent
ebc4d899b2
commit
baaf3bf16b
6 changed files with 18 additions and 30 deletions
|
@ -273,4 +273,8 @@ final class Config
|
|||
]),
|
||||
])]
|
||||
public array $web;
|
||||
|
||||
public bool $isDocker;
|
||||
|
||||
public bool $isFlake;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue