Binyang
Today I saw Vercel's Lab open-source portless, which allows accessing local projects without using port numbers and eliminates the need to worry about port conflicts.
- "dev": "next dev" # http://localhost:3000
+ "dev": "portless myapp next dev" # https://myapp.localhost