From 367a6dd2dfd9185ba3e708ea30da4537d87d90ea Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Thu, 26 Dec 2024 20:19:58 -0500 Subject: [PATCH] fix: include Astro adapters in astro group --- lib/data/monorepo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index b31656a126b45d..e0516a9da917e7 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -31,7 +31,10 @@ "aspnet extensions": "https://github.com/aspnet/Extensions", "aspnet-api-versioning": "https://github.com/Microsoft/aspnet-api-versioning", "aspnet-health-checks": "https://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks", - "astro": "https://github.com/withastro/astro", + "astro": [ + "https://github.com/withastro/astro", + "https://github.com/withastro/adapters" + ], "auto": "https://github.com/intuit/auto", "autofixture": "https://github.com/AutoFixture/AutoFixture", "automapper-dotnet": [