File tree Expand file tree Collapse file tree 2 files changed +3
-30
lines changed
_tests/vite-plugin-devtools-json Expand file tree Collapse file tree 2 files changed +3
-30
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import playwright from '../playwright/index.ts';
1010import prettier from '../prettier/index.ts' ;
1111import storybook from '../storybook/index.ts' ;
1212import tailwindcss from '../tailwindcss/index.ts' ;
13- import vitePluginDevtoolsJson from '../vite-plugin-devtools-json/index.ts' ;
13+ // import vitePluginDevtoolsJson from '../vite-plugin-devtools-json/index.ts';
1414import vitest from '../vitest-addon/index.ts' ;
1515
1616// The order of addons here determines the order they are displayed inside the CLI
@@ -26,8 +26,8 @@ export const officialAddons = [
2626 lucia ,
2727 mdsvex ,
2828 paraglide ,
29- storybook ,
30- vitePluginDevtoolsJson
29+ storybook
30+ // vitePluginDevtoolsJson
3131] as AddonWithoutExplicitArgs [ ] ;
3232
3333export function getAddonDetails ( id : string ) : AddonWithoutExplicitArgs {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments