From 21510c1a47d3ecc70a527fa4ea0bd2b297dd42e8 Mon Sep 17 00:00:00 2001 From: Robert Munteanu <robert@lmn.ro> Date: Thu, 12 Oct 2023 22:58:22 +0200 Subject: [PATCH] feat(presets): add tika monorepo (#25179) --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index cbfdf8f531..3d00f74dd4 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -430,6 +430,7 @@ const repoGroups = { 'testcontainers-node': 'https://github.com/testcontainers/testcontainers-node', 'theme-ui': 'https://github.com/system-ui/theme-ui', + tika: 'https://github.com/apache/tika', tiptap: 'https://github.com/ueberdosis/tiptap', treat: 'https://github.com/seek-oss/treat', trpc: 'https://github.com/trpc/trpc', -- GitLab