💡
LINE Liff AppのTips
Inspector
ngrok のインストール
$ brew install ngrok/ngrok/ngrok
Inspector Server の起動
$ ngrok http 9222
$ node -e "const res=$(curl -s -sS http://127.0.0.1:4040/api/tunnels); const url=new URL(res.tunnels[0].public_url); console.log('wss://'+url.host);"
$ npx @line/inspector
Debugger listening on ws://{IP Address}:9222
Discussion