From 4a3686c501aaaa831137639abfb05294c53f1c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Mon, 22 Nov 2021 09:09:16 +0000 Subject: [PATCH] chore(core): nx plugin submission @nxtensions/astro (#7829) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index c36966f843e38..7e4efa67e3df6 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -228,5 +228,10 @@ "name": "@jnxplus/nx-boot-maven", "description": "Nx plugin to add Spring Boot and Maven multi-module project support to Nx workspace", "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-boot-maven" + }, + { + "name": "@nxtensions/astro", + "description": "Nx plugin adding first class support for Astro (https://astro.build).", + "url": "https://github.com/nxtensions/nxtensions/tree/main/packages/astro" } ]