next.js 更改端口的配置方法 "scripts": { "dev": "next dev", "build": "next build", "start": "next start -p 8000", "test": "sh dev.sh " },