Skip to content

Commit

Permalink
fix: missing options type export
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed May 30, 2024
1 parent bcffbe2 commit 26378ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,6 @@ export default function publicTypescript(options: VitePublicTypescriptOptions =
}

export { getManifest } from './manifest-cache'
export { type ScriptDescriptor, type Scripts, injectScripts, injectScriptsToHtml } from './plugins/inject-script'
export { type Scripts, injectScripts, injectScriptsToHtml } from './plugins/inject-script'
export { publicTypescript }
export { type VitePublicTypescriptOptions }

0 comments on commit 26378ab

Please sign in to comment.