Skip to main content

eggjs开启本地https

· One min read

1.scoop安装ngrok

scoop install main/ngrok

2.ngrok配置Authoritarian

ngrok config add-authtoken <token>

info

替换成自己的token

3.启动ngrok

ngrok http http://localhost:7001