From 8fbb134496538eb546da2d0cf78a7c2d7dca3c86 Mon Sep 17 00:00:00 2001 From: Tushar <72930233+tusharmane-tm@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:24:33 +0530 Subject: [PATCH] config: Add `includes` array with `/content/acme-services-ue/` to paths.json. --- paths.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paths.json b/paths.json index 11874e6..a0701a6 100644 --- a/paths.json +++ b/paths.json @@ -3,5 +3,8 @@ "/content/acme-services-ue/:/", "/content/acme-services-ue/metadata:/metadata.json", "/content/acme-services-ue/configuration:/.helix/config.json" + ], + "includes": [ + "/content/acme-services-ue/" ] }