From a91d7750c23b322869f1f4ef3bcb201e47fabba1 Mon Sep 17 00:00:00 2001 From: Dom Talbot <3301714+domjtalbot@users.noreply.github.com> Date: Thu, 2 Mar 2023 22:43:14 +0000 Subject: [PATCH] chore(core): nx plugin submission nx-mesh (#14438) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 62d314c889..b99d13c0c7 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -393,5 +393,10 @@ "name": "@monodon/rust", "description": "Adds Cargo and Rust support", "url": "https://github.com/cammisuli/monodon/tree/main/packages/rust" + }, + { + "name": "nx-mesh", + "description": "GraphQL Mesh support for Nx", + "url": "https://github.com/domjtalbot/nx-mesh" } ]