Run over https
eduatletico opened this issue · 1 comments
eduatletico commented
Hi there! I cloned the repository into another machine on my lan (it's a development server) and I need to run over https protocol to register service workers. How can I do this? There's sometinhg like "npm run serve -key /path/to/key" ? Thanks
jakearchibald commented
There isn't, so you'd have to modify https://github.com/jakearchibald/wittr/blob/master/server/Server.js to add this yourself.