Batch update 62 files across .claude/skills/ — SKILL.md, REMOVE.md, and script files. Conversions: npm run -> pnpm run, npm install -> pnpm install, npx -> pnpm exec/dlx, npm uninstall -> pnpm uninstall, package-lock.json -> pnpm-lock.yaml, shebangs updated.
7 lines
299 B
Markdown
7 lines
299 B
Markdown
# Remove WhatsApp Cloud API Channel
|
|
|
|
1. Comment out `import './whatsapp-cloud.js'` in `src/channels/index.ts`
|
|
2. Remove `WHATSAPP_ACCESS_TOKEN`, `WHATSAPP_PHONE_NUMBER_ID`, `WHATSAPP_APP_SECRET`, `WHATSAPP_VERIFY_TOKEN` from `.env`
|
|
3. `ppnpm uninstall @chat-adapter/whatsapp`
|
|
4. Rebuild and restart
|