Created by: albertorestifo
Thanks to tools like mkcert it's now easier than ever to have a valid HTTPS certificate for local development.
This PR adds new environment variables to allow passing a custom certificate to the Webpack dev server, without introducing any breaking changes:
-
HTTPS_CERT
: Path to the certificate file -
HTTPS_KEY
: Path to the key file