Skip to content

Commit

Permalink
feat: export BasetSource-class (liuweiGL#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolu authored and liuweiGL committed Jul 19, 2022
1 parent 1f87aef commit 3f25861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { PLUGIN_NAME } from './lib/constant'
import { getDefaultHosts } from './lib/util'
import Mkcert, { MkcertOptions } from './mkcert'

export { BaseSource, type SourceInfo } from './mkcert/source'

export type ViteCertificateOptions = MkcertOptions & {
/**
* The hosts that needs to generate the certificate.
Expand Down

0 comments on commit 3f25861

Please sign in to comment.