I have this package.json script:
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo --host 127.0.0.1 --port 3000",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
If i use npm start this rune me server at http://127.0.0.1:3000
How i can run https?
I try HTTPS=true npm start
but its not working :(
Please help
config in nwb.config.js