14 lines
560 B
Text
14 lines
560 B
Text
let s = import "ontoref-project.ncl" in
|
|
|
|
s.make_project {
|
|
slug = "website-htmx-rustelo",
|
|
root = "/Users/Akasha/Development/website-htmx-rustelo",
|
|
nickel_import_paths = [
|
|
"/Users/Akasha/Development/website-htmx-rustelo",
|
|
"/Users/Akasha/Development/website-htmx-rustelo/.ontoref/ontology",
|
|
"/Users/Akasha/Development/website-htmx-rustelo/.ontoref/adrs",
|
|
"/Users/Akasha/Development/website-htmx-rustelo/.ontoref/reflection/schemas",
|
|
"/Users/Akasha/Development/ontoref/code",
|
|
"/Users/Akasha/Development/ontoref/code/ontology",
|
|
],
|
|
}
|