HeyBinyang
← 返回時刻

今天看到了 Vercel 實驗室開源的 portless,可以不使用端口號存取本地專案,也不用擔心端口衝突了。 - "dev": "next dev" #...

今天看到了 Vercel 實驗室開源的 portless,可以不使用端口號存取本地專案,也不用擔心端口衝突了。

- "dev": "next dev" # http://localhost:3000

+ "dev": "portless myapp next dev" # https://myapp.localhost

分享