Skip to content

Commit

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

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

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

0 comments on commit 7534564

Please sign in to comment.