I have custom JavaScript components that perform fetches to secure endpoints embedded in the help documentation. To that end, it would be very helpful if there was an option such as --server https that would allow me to host the content over https with generated or provided self signed certificate, similar to what webpack dev server does.
I have custom JavaScript components that perform fetches to secure endpoints embedded in the help documentation. To that end, it would be very helpful if there was an option such as
--server httpsthat would allow me to host the content over https with generated or provided self signed certificate, similar to what webpack dev server does.