website-htmx-rustelo/.ontoref/project.ncl

15 lines
560 B
Text
Raw Normal View History

2026-07-10 03:33:46 +01:00
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",
],
}