We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5489cd commit 9ff3797Copy full SHA for 9ff3797
src/node/entry.ts
@@ -44,6 +44,7 @@ const main = async (args: Args, configArgs: Args): Promise<void> => {
44
port: 0,
45
auth: AuthType.None,
46
socket: undefined,
47
+ cert: undefined,
48
}
49
logger.info("coder-bind: disabling auth and listening on random localhost port")
50
0 commit comments