Skip to content

Commit

Permalink
feat(vite): export options type
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Feb 20, 2022
1 parent c78c1d5 commit 75a6b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite-plugin-laravel/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export const laravel = (options: Options = {}): PluginOption[] => [
manifest(),
]

export { manifest, reload, config, callArtisan, callShell, findPhpPath }
export { manifest, reload, config, callArtisan, callShell, findPhpPath, Options }

export default laravel

0 comments on commit 75a6b97

Please # to comment.