refactor(config): removed new tools env config

This commit is contained in:
Corentin Thomasset 2023-04-10 13:11:10 +02:00
parent 9d639edf2d
commit 9fa4c26929
No known key found for this signature in database
GPG key ID: DBD997E935996158
3 changed files with 3 additions and 17 deletions

View file

@ -8,4 +8,5 @@ export const tool = defineTool({
keywords: ['benchmark', 'builder', 'execution', 'duration', 'mean', 'variance'],
component: () => import('./benchmark-builder.vue'),
icon: SpeedFilled,
createdAt: new Date('2023-04-05'),
});