Skip to content

Commit

Permalink
document function
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Jul 2, 2022
1 parent 40d8e20 commit 76716a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ export default function laravel(config: string|string[]|PluginConfig): [LaravelP
];
}

/**
* Resolve the Laravel Plugin configuration.
*/
function resolveLaravelPlugin(pluginConfig: Required<PluginConfig>): LaravelPlugin {
let viteDevServerUrl: string
let resolvedConfig: ResolvedConfig
Expand Down

0 comments on commit 76716a5

Please sign in to comment.