From 1d1d32c0f1e9a471ecf5850452fb43090a20486e Mon Sep 17 00:00:00 2001 From: Edouard Maleix Date: Wed, 30 Apr 2025 18:28:14 +0200 Subject: [PATCH] chore(core): nx plugin submission @getlarge/nx-node-sea plugin (#30323) # Community Plugin Submission ## @getlarge/nx-node-sea --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 47863ab7fc..b7421e489c 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -494,6 +494,11 @@ "description": "Plugin to deploy and promote Nx apps on Heroku", "url": "https://github.com/getlarge/nx-heroku" }, + { + "name": "@getlarge/nx-node-sea", + "description": "Plugin that provides integration with Node.js Single Executable Applications (SEA).", + "url": "https://github.com/getlarge/nx-node-sea" + }, { "name": "@huge-nx/conventions", "description": "Plugin to generate and manage Nx workspaces by adhering to established workspace conventions.",