From bdb77f4b434942e49479281e18188285d897eaf1 Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Wed, 7 May 2025 21:19:20 -0700 Subject: [PATCH] Update demo-site-config.json --- demo-site-config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/demo-site-config.json b/demo-site-config.json index a520e6cb..c689a60d 100644 --- a/demo-site-config.json +++ b/demo-site-config.json @@ -224,7 +224,8 @@ "eslint/eslint", "nextauthjs/next-auth", "flameshot-org/flameshot", - "envoyproxy/envoy" + "envoyproxy/envoy", + "sourcebot-dev/zoekt" ] }, // Defines the GitLab repositories. @@ -239,4 +240,4 @@ "settings": { "reindexIntervalMs": 86400000 // 24 hours } -} \ No newline at end of file +}