BrycensRanch/AuthIsForMe

Remove all ts comments

Closed this issue · 1 comments

https://api.github.com/BrycensRanch/AuthIsForMe/blob/af132a08cedc2d3523d9f8b409f9d4c5f23f1bd7/backend/src/start.ts#L104

	// 	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.

Closed in 2597822