From 00828fd6150462c87e1bc38f21dc69dbf45f78b6 Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Tue, 21 Feb 2023 17:24:03 +0200 Subject: [PATCH] chore(core): nx plugin submission qwik-nx (#15145) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index b90a5dabb0..62d314c889 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -9,6 +9,11 @@ "description": "The Playwright plugin allows your workspace to use the power of Playwright end-to-end testing", "url": "https://github.com/nxkit/nxkit" }, + { + "name": "qwik-nx", + "description": "Get first class support for Qwik inside of Nx monorepos with Qwik optimized custom executors, generators and a vite plugin", + "url": "https://github.com/qwikifiers/qwik-nx" + }, { "name": "@nxkit/style-dictionary", "description": "Nx plugin to generate and build Style Dictionary projects inside your Nx workspace",