From cd04e95d0257f04524b8e5401ff892434dac4b1c Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Fri, 14 Apr 2023 16:40:09 +0200 Subject: [PATCH] chore(core): nx plugin submission `@nxrocks/nx-ktor` (#16300) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 94a60ca533..f8eb8d2c7b 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -423,5 +423,10 @@ "name": "nx-ngrok", "description": "Ngrok support for Nx", "url": "https://github.com/domjtalbot/nx-ngrok" + }, + { + "name": "@nxrocks/nx-ktor", + "description": "Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace", + "url": "https://github.com/tinesoft/nxrocks/tree/master/packages/nx-ktor" } ]