Browse Source

chore(cli): Remove UI extension from plugin follow-up commands

Michael Bromley 3 months ago
parent
commit
0807ae772c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/cli/src/commands/add/plugin/create-new-plugin.ts

+ 0 - 2
packages/cli/src/commands/add/plugin/create-new-plugin.ts

@@ -16,7 +16,6 @@ import { addDashboardCommand } from '../dashboard/add-dashboard';
 import { addEntityCommand } from '../entity/add-entity';
 import { addJobQueueCommand } from '../job-queue/add-job-queue';
 import { addServiceCommand } from '../service/add-service';
-import { addUiExtensionsCommand } from '../ui-extensions/add-ui-extensions';
 
 import { GeneratePluginOptions, NewPluginTemplateContext } from './types';
 
@@ -113,7 +112,6 @@ export async function createNewPlugin(
         addServiceCommand,
         addApiExtensionCommand,
         addJobQueueCommand,
-        addUiExtensionsCommand,
         addDashboardCommand,
         addCodegenCommand,
     ];