7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
let
|
|
schema = import "./schema.dcdl";
|
|
in
|
|
schema.MyConfig & {
|
|
host = "localhost";
|
|
}
|