File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,19 @@ export { loadEnv, type Plugin } from 'vite'
22export * from './build/build'
33export * from './config'
44export * from './contentLoader'
5+ export type { DefaultTheme } from './defaultTheme'
56export * from './init/init'
67export * from './markdown/markdown'
7- export { defineLoader , type LoaderModule } from './plugins/staticDataPlugin'
88export {
99 defineRoutes ,
1010 type ResolvedRouteConfig ,
1111 type RouteModule
1212} from './plugins/dynamicRoutesPlugin'
13+ export { defineLoader , type LoaderModule } from './plugins/staticDataPlugin'
1314export * from './postcss/isolateStyles'
1415export * from './serve/serve'
1516export * from './server'
16- export type { DefaultTheme } from './defaultTheme '
17+ export * from './utils/getGitTimestamp '
1718
1819// shared types
1920export type { HeadConfig , Header , SiteData } from '../../types/shared'
You can’t perform that action at this time.
0 commit comments