From 95b0bc76bf435bb244f4da500c69005259ac9f9f Mon Sep 17 00:00:00 2001 From: Matteo Spreafico <matsprea@users.noreply.github.com> Date: Sun, 2 Oct 2022 09:54:46 +0200 Subject: [PATCH] feat(presets): add trpc monorepo (#18077) --- 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 1db95523da..677cc81621 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -212,6 +212,7 @@ const repoGroups = { 'telus-tds-core': 'https://github.com/telus/tds-core', 'theme-ui': 'https://github.com/system-ui/theme-ui', treat: 'https://github.com/seek-oss/treat', + trpc: 'https://github.com/trpc/trpc', tsoa: 'https://github.com/lukeautry/tsoa', typefaces: 'https://github.com/KyleAMathews/typefaces', 'typescript-eslint': 'https://github.com/typescript-eslint/typescript-eslint', -- GitLab