feat: Begins adding docker containers
This commit is contained in:
@@ -4,6 +4,8 @@ import Foundation
|
||||
import TOMLKit
|
||||
|
||||
public extension DependencyValues {
|
||||
|
||||
/// Holds onto decoders and encoders for json and toml files.
|
||||
var coders: Coders {
|
||||
get { self[Coders.self] }
|
||||
set { self[Coders.self] = newValue }
|
||||
|
||||
Reference in New Issue
Block a user