yarn dev:serveryarn dev:frontendnpx local-ssl-proxy --target 3000
- Add
DANGEROUSLY_DISABLE_HOST_CHECK=trueto .env.local - Add hostnames to the local /etc/hosts file, pointing to 127.0.0.1
- Run
npx local-ssl-proxy --target 3000so that all requests to https://my-host.name:9001 forwards to the dev server