Skip to content

Commit 668d608

Browse files
committed
chore: wip
1 parent 638556e commit 668d608

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

storage/framework/core/vite-config/src/dashboard.ts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,6 @@ export const dashboardConfig: ViteConfig = {
4949
}),
5050

5151
autoImports(),
52-
// AutoImport({
53-
// include: /\.(stx|vue|js|ts|mdx?|elm|html)($|\?)/,
54-
// imports: [
55-
// 'pinia',
56-
// 'vue',
57-
// 'vue-i18n',
58-
// // '@vueuse/core',
59-
// // 'vitepress'
60-
// // { '@stacksjs/ui': ['CssEngine', 'UiEngine', 'Store', 'presetForms', 'transformerCompileClass'] },
61-
// // { '@stacksjs/logging': ['dd', 'dump'] }, // we also export `log` in st stacks/cli
62-
// // { '@stacksjs/validation': ['validate', 'validateAll', 'validateSync', 'validateAllSync'] },
63-
// VueHeadImports,
64-
// VueRouterAutoImports,
65-
// {
66-
// 'vue-router/auto': ['useLink'],
67-
// },
68-
// ],
69-
70-
// dts: p.frameworkPath('types/auto-imports.d.ts'),
71-
// dirs: [p.userLibsPath('components'), p.userLibsPath('functions'), p.resourcesPath('stores')],
72-
// vueTemplate: true,
73-
// }),
74-
7552
components(),
7653
cssEngine(),
7754
// markdown(),

0 commit comments

Comments
 (0)