We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3612076 commit 0d53441Copy full SHA for 0d53441
src/node/entry.ts
@@ -123,7 +123,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
123
if (args.cert) {
124
logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`)
125
} else {
126
- logger.info(" - Not serving HTTPS")
+ logger.info(` - Not serving HTTPS ${args.link ? "(disabled by --link)" : ""}`)
127
}
128
129
if (args["proxy-domain"].length > 0) {
0 commit comments