|
|
|
|
|
by vlucas
47 days ago
|
|
Portless is a great tool for this! I use it for all my apps now. Zero config + built in HTTPS locally. https://portless.sh/ Example from the website: - "dev": "next dev" # http://localhost:3000 + "dev": "portless myapp next dev" # https://myapp.localhost |
|