From 67b1580eb48bd8323a3748ac14a9e4895e3e1825 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 1 Aug 2026 11:12:28 +0200 Subject: [PATCH] Add src dir to collection --- ols.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ols.json diff --git a/ols.json b/ols.json new file mode 100644 index 0000000..3b36b1e --- /dev/null +++ b/ols.json @@ -0,0 +1,8 @@ +{ + "collections": [ + { + "name": "src", + "path": "src" + } + ] +} \ No newline at end of file