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 Valet certificate files for your host [${host}]. Ensure you have run "valet secure".`)
524
+
throwError(`Unable to find certificate files for your host [${host}] in the [${configPath}/Certificates] directory. Ensure you have secured the site via the Herd UI or run \`valet secure\`.`)
515
525
}
516
526
517
527
return{
@@ -525,16 +535,29 @@ function resolveValetServerConfig(host: string|boolean): {
525
535
}
526
536
527
537
/**
528
-
* Resolve the valet valet host for the current directory.
538
+
* Resolve the path to the Herd or Valet configuration directory.
throwError('Unable to find the Valet configuration file. You will need to manually specify the host in the `valetTls` configuration option.')
556
+
if(!fs.existsSync(configFile)){
557
+
throwError(`Unable to find the configuration file [${configFile}]. You will need to manually specify the host in the \`detectTls\` configuration option.`)
0 commit comments