Implement module loading and imports
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
let
|
||||
schema = import "./schema.dcdl";
|
||||
in
|
||||
schema.MyConfig & {
|
||||
host = "localhost";
|
||||
}
|
||||
Reference in New Issue
Block a user