Hi all,
ich want to set the “https” for the “localhost” development.
For “react-scripts start”, I can simply in package.json set:
"start": "PORT=8100 HTTPS=true SSL_CRT_FILE=localhost.pem SSL_KEY_FILE=localhost-key.pem react-scripts start"
But how can I do this with the ionic serve
???
1 post - 1 participant