From 9e4a389da0c00b7de2046da8242a40134b44230a Mon Sep 17 00:00:00 2001 From: Anita Caron Date: Wed, 21 Feb 2024 13:50:05 +0000 Subject: [PATCH] add assets and templates to nanobot toml --- src/ontology/nanobot.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ontology/nanobot.toml b/src/ontology/nanobot.toml index 47da38c..8399ac1 100644 --- a/src/ontology/nanobot.toml +++ b/src/ontology/nanobot.toml @@ -5,4 +5,10 @@ config_version = 1 level = "DEBUG" [valve] -path = "src/schema/table.tsv" \ No newline at end of file +path = "src/schema/table.tsv" + +[assets] +path = "src/assets/" + +[templates] +path = "src/resources/" \ No newline at end of file