Remove all ts comments
Closed this issue · 1 comments
github-actions commented
// cert: join(__dirname, 'certs', 'cert.pem'),
// })
// @ts-expect-error I honestly have no idea why this doesn't work
// TODO: Remove all ts comments
server.listen(
{
// Tip: Port 443 (HTTPS) requires root permissions. Use a port >1024.
github-actions commented
Closed in 2597822