|
|
|
@ -2,18 +2,19 @@ export { loadEnv, type Plugin } from 'vite'
|
|
|
|
|
export * from './build/build'
|
|
|
|
|
export * from './config'
|
|
|
|
|
export * from './contentLoader'
|
|
|
|
|
export type { DefaultTheme } from './defaultTheme'
|
|
|
|
|
export * from './init/init'
|
|
|
|
|
export * from './markdown/markdown'
|
|
|
|
|
export { defineLoader, type LoaderModule } from './plugins/staticDataPlugin'
|
|
|
|
|
export {
|
|
|
|
|
defineRoutes,
|
|
|
|
|
type ResolvedRouteConfig,
|
|
|
|
|
type RouteModule
|
|
|
|
|
} from './plugins/dynamicRoutesPlugin'
|
|
|
|
|
export { defineLoader, type LoaderModule } from './plugins/staticDataPlugin'
|
|
|
|
|
export * from './postcss/isolateStyles'
|
|
|
|
|
export * from './serve/serve'
|
|
|
|
|
export * from './server'
|
|
|
|
|
export type { DefaultTheme } from './defaultTheme'
|
|
|
|
|
export * from './utils/getGitTimestamp'
|
|
|
|
|
|
|
|
|
|
// shared types
|
|
|
|
|
export type { HeadConfig, Header, SiteData } from '../../types/shared'
|
|
|
|
|