로컬에서 포트 번호와 작별하기(?)
현우
- 프론트엔드
- 브라우저

npm install -g portless
사용법은 기존 dev 스크립트 앞에 portless run --만 붙이면 된다.
# Enable HTTPS (one-time setup, auto-generates certs)
portless proxy start --https
# Next.js
portless myapp next dev
# -> https://myapp.localhost
# Vite
portless myapp vite
# Without --https, runs on port 1355
# -> http://myapp.localhost:1355
