You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwError(`Unable to find certificate files for your host [${resolvedHost}] in the [${configPath}/Certificates] directory. Ensure you have secured the site via the Herd UI.`)
553
553
}elseif(typeofhost==='string'){
554
554
throwError(`Unable to find certificate files for your host [${resolvedHost}] in the [${configPath}/Certificates] directory. Ensure you have secured the site by running \`valet secure ${host}\`.`)
@@ -571,8 +571,12 @@ function resolveDevelopmentEnvironmentServerConfig(host: string|boolean|null): {
571
571
* Resolve the path to the Herd or Valet configuration directory.
0 commit comments