mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
Added user types to filter the tools based on targeted audience
This commit is contained in:
@@ -17,5 +17,6 @@ export const tool = defineTool('json', {
|
||||
'json',
|
||||
'string'
|
||||
],
|
||||
userTypes: ['Developers'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user