Skip to content

Commit da83206

Browse files
committed
chore: add jsdoc param
1 parent 03f837f commit da83206

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ type PluginOptions = {
1717
* @param options Options passed on to `@expo/devcert`
1818
* @param options.skipHostsFile If `certutil` is not installed already (for updating NSS databases; e.g. Firefox), do not attempt to install it {@see {@link https://github.com/expo/devcert#skiphostsfile}}
1919
* @param options.skipCertutil Do not update your systems host file with the domain name of the certificate {@see {@link https://github.com/expo/devcert#skipcertutil}}
20+
* @param options.hideInfoBox Hide the info box displayed at startup
2021
* @returns a Vite plugin
2122
*/
2223
export default function DevcertPlugin(options: PluginOptions = {}): Plugin {

0 commit comments

Comments
 (0)