From 2ab3efae176f35100796159d918a87b33f73ded2 Mon Sep 17 00:00:00 2001 From: curtvict <96080054+curtvict@users.noreply.github.com> Date: Thu, 30 Mar 2023 13:24:40 -0400 Subject: [PATCH] feat(presets): Add tiptap monorepo (#21254) --- 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 6cb890ae46..143207493e 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -229,6 +229,7 @@ const repoGroups = { 'testcontainers-java': 'https://github.com/testcontainers/testcontainers-java', 'theme-ui': 'https://github.com/system-ui/theme-ui', + tiptap: 'https://github.com/ueberdosis/tiptap', treat: 'https://github.com/seek-oss/treat', trpc: 'https://github.com/trpc/trpc', tsoa: 'https://github.com/lukeautry/tsoa', -- GitLab