@mikeyt23/node-cli-utils
    Preparing search index...

    Function configureDotnetDevCerts

    • Spawns a process that runs the following commands to clean and re-install the dotnet dev certs:

      • dotnet dev-certs https --clean
      • dotnet dev-certs https -t

      Returns Promise<void>