From 5ab45e8ed2416be9feacdf5f4f86b4c7ecc803b3 Mon Sep 17 00:00:00 2001 From: Pieter Willekens <git@pataar.nl> Date: Fri, 27 Oct 2023 09:42:54 +0200 Subject: [PATCH] feat(presets): add tamagui monorepo (#25463) --- 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 a2f8c00c29..6e88456a02 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -421,6 +421,7 @@ const repoGroups = { 'https://github.com/domaindrivendev/Swashbuckle.AspNetCore', 'system.io.abstractions': 'https://github.com/System-IO-Abstractions/System.IO.Abstractions/', + tamagui: 'https://github.com/tamagui/tamagui', 'tanstack-query': 'https://github.com/TanStack/query', tauri: 'https://github.com/tauri-apps/tauri', 'telus-tds': 'https://github.com/telusdigital/tds', -- GitLab