Hello all,
I’d like to propose to start running Cristal using https in development mode.
- it’s making development closer to production, helping to identify issues early
- avoid bumping into issues during development because of browser restriction when running over http
mkcert is a tool to generate self-signed certificates and register them as trusted on the system. Allowing to run self-signed certificates without annoying browser warnings.
vite-plugin-mkcert integrates mkcert into vite, allowing to start vite to start on https seamlessly.
WDTY?
PS: I’d be interested in having volunteers running Mac and Windows to test if vite-plugin-mkcert
is portable.