We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f5ef2 commit c80cf46Copy full SHA for c80cf46
packages/server/src/cli.ts
@@ -314,7 +314,7 @@ const bold = (text: string | number): string | number => {
314
logger.info("Telemetry is disabled");
315
}
316
317
- let schema = (options.noAuth || options.allowHttp) ? "http" : "https";
+ let schema = options.allowHttp ? "http" : "https";
318
const url = `${schema}://localhost:${options.port}/`;
319
logger.info(" ");
320
logger.info("Started (click the link below to open):");
0 commit comments