website-htmx-rustelo/.ontoref/project.ncl
Jesús Pérez 3ccd15a14b init repo
2026-07-10 03:33:46 +01:00

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",
],
}