Skip to content

Commit

Permalink
fix: export type Json
Browse files Browse the repository at this point in the history
  • Loading branch information
uenoB committed Aug 6, 2024
1 parent 1df333a commit 9a24ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-minissg/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { buildPlugin } from './build'
import { serverPlugin } from './server'
export type { Options, Renderer } from './options'
export type { Content, Module, ModuleName, Context, Main } from './module'
export type { Awaitable } from './util'
export type { Awaitable, Json } from './util'

export default function (userOptions?: Options | undefined): PluginOption {
const options = resolveOptions(userOptions)
Expand Down

0 comments on commit 9a24ce8

Please sign in to comment.