Binyang
今天看到了 Vercel 實驗室開源的 portless,可以不使用端口號存取本地專案,也不用擔心端口衝突了。
- "dev": "next dev" # http://localhost:3000
+ "dev": "portless myapp next dev" # https://myapp.localhost
Binyang
今天看到了 Vercel 實驗室開源的 portless,可以不使用端口號存取本地專案,也不用擔心端口衝突了。
- "dev": "next dev" # http://localhost:3000
+ "dev": "portless myapp next dev" # https://myapp.localhost
SHARE
分享這一刻。