From 46bbb937d4f0b93a73ea1f73ce9a79c6415bd85d Mon Sep 17 00:00:00 2001 From: Mohamed Jasim Ahmed <30666269+MarketingLimited@users.noreply.github.com> Date: Mon, 8 Sep 2025 01:20:03 +0300 Subject: [PATCH] Create apps.json --- development/apps.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 development/apps.json diff --git a/development/apps.json b/development/apps.json new file mode 100644 index 00000000..bb329629 --- /dev/null +++ b/development/apps.json @@ -0,0 +1,38 @@ +[ + { + "git_url": "https://github.com/frappe/erpnext", + "branch": "version-15" + }, + { + "git_url": "https://github.com/frappe/hrms", + "branch": "main" + }, + { + "git_url": "https://github.com/frappe/crm", + "branch": "main" + }, + { + "git_url": "https://github.com/frappe/helpdesk", + "branch": "main" + }, + { + "git_url": "https://github.com/frappe/drive", + "branch": "main" + }, + { + "git_url": "https://github.com/frappe/studio", + "branch": "main" + }, + { + "git_url": "https://github.com/frappe/wiki", + "branch": "main" + }, + { + "git_url": "https://github.com/frappe/insights", + "branch": "main" + }, + { + "git_url": "https://github.com/frappe/books", + "branch": "main" + } +]