mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
chore: remove frappe_whatsapp from apps registry and update CLAUDE.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9c9b3de371
commit
79b310a22e
2 changed files with 22 additions and 2 deletions
|
|
@ -8,7 +8,6 @@ This is a **frappe-bench** — a containerized development workspace that manage
|
|||
|
||||
**Installed apps** (under `apps/`):
|
||||
- `frappe/` — core framework (v15.x)
|
||||
- `frappe_whatsapp/` — WhatsApp Cloud API integration (direct Meta API)
|
||||
- `chatwoot_erp/` — Chatwoot customer support integration
|
||||
|
||||
## Commands
|
||||
|
|
@ -119,5 +118,5 @@ JavaScript/Vue: ESLint + Prettier (config in `apps/frappe/.eslintrc` / `prettier
|
|||
| Frappe Python entry point | `apps/frappe/frappe/app.py` |
|
||||
| CLI commands | `apps/frappe/frappe/commands/` |
|
||||
| Core DocType controllers | `apps/frappe/frappe/core/` |
|
||||
| WhatsApp webhook utils | `apps/frappe_whatsapp/frappe_whatsapp/utils/` |
|
||||
| Chatwoot hooks | `apps/chatwoot_erp/chatwoot_erp/hooks.py` |
|
||||
|
||||
|
|
|
|||
21
development/frappe-bench/sites/apps.json
Normal file
21
development/frappe-bench/sites/apps.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"frappe": {
|
||||
"resolution": {
|
||||
"commit_hash": null,
|
||||
"branch": null
|
||||
},
|
||||
"required": [],
|
||||
"idx": 1,
|
||||
"version": "15.107.1"
|
||||
},
|
||||
"chatwoot_erp": {
|
||||
"is_repo": true,
|
||||
"resolution": {
|
||||
"commit_hash": "9002f55a62a1b1777da6fa23b5c94c9a8b5463ac",
|
||||
"branch": "develop"
|
||||
},
|
||||
"required": [],
|
||||
"idx": 2,
|
||||
"version": "0.0.1"
|
||||
},
|
||||
}
|
||||
Loading…
Reference in a new issue