Rename CliPlugin to CliModule and cli-plugin role to cli-module
Rename createCliPlugin to createCliModule, CliPlugin to CliModule, and the cli-plugin package role to cli-module to better distinguish CLI modules from other plugin types. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -269,7 +269,7 @@ function createConfigForRole(dir, role, extraConfig = {}) {
|
||||
});
|
||||
|
||||
case 'cli':
|
||||
case 'cli-plugin':
|
||||
case 'cli-module':
|
||||
case 'node-library':
|
||||
case 'backend':
|
||||
case 'backend-plugin':
|
||||
|
||||
@@ -38,7 +38,7 @@ const FRONTEND_ROLES = [
|
||||
const NODE_ROLES = [
|
||||
'backend',
|
||||
'cli',
|
||||
'cli-plugin',
|
||||
'cli-module',
|
||||
'node-library',
|
||||
'backend-plugin',
|
||||
'backend-plugin-module',
|
||||
|
||||
Reference in New Issue
Block a user