File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ import mkcert from 'vite-plugin-mkcert'
5
5
import * as c from 'kolorist'
6
6
import pkgjson from '../package.json'
7
7
import { cssEngine , inspect , uiEngine } from './stacks'
8
- import { pages } from './plugin/pages'
9
- import { layouts } from './plugin/layouts'
10
8
import { type ViteDevServer as DevServer } from './'
11
9
import { defineConfig } from './'
12
10
import library from '~/config/library'
Original file line number Diff line number Diff line change 1
- import Layouts from 'vite-plugin-vue-layouts'
1
+ // import Layouts from 'vite-plugin-vue-layouts'
2
2
3
- export function layouts ( options ?: LayoutOptions ) {
4
- return Layouts ( options )
5
- }
3
+ // export function layouts(options?: LayoutOptions) {
4
+ // return Layouts(options)
5
+ // }
You can’t perform that action at this time.
0 commit comments