We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81411b2 commit 61d769fCopy full SHA for 61d769f
src/node/entry.ts
@@ -90,6 +90,7 @@ const main = async (args: Args): Promise<void> => {
90
} else {
91
logger.info(" - No authentication")
92
}
93
+ process.env.PASSWORD = undefined
94
95
if (httpServer.protocol === "https") {
96
logger.info(
0 commit comments