From eacedbd63d5947f367cd26e9668de31fa9834a7c Mon Sep 17 00:00:00 2001 From: mytharcher Date: Sun, 13 Apr 2025 15:27:15 +0800 Subject: [PATCH] refactor(preset): remove some builtin plugins --- packages/presets/nocobase/package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/presets/nocobase/package.json b/packages/presets/nocobase/package.json index ff91f042f3..e5bc84504b 100644 --- a/packages/presets/nocobase/package.json +++ b/packages/presets/nocobase/package.json @@ -128,9 +128,7 @@ "@nocobase/plugin-workflow-action-trigger", "@nocobase/plugin-workflow-aggregate", "@nocobase/plugin-workflow-delay", - "@nocobase/plugin-workflow-dynamic-calculation", "@nocobase/plugin-workflow-loop", - "@nocobase/plugin-workflow-manual", "@nocobase/plugin-workflow-parallel", "@nocobase/plugin-workflow-request", "@nocobase/plugin-workflow-sql",