From 20230948777f9a1313911e60e383cd82393f07b5 Mon Sep 17 00:00:00 2001 From: Mohamed Jasim Ahmed <30666269+MarketingLimited@users.noreply.github.com> Date: Mon, 8 Sep 2025 01:20:55 +0300 Subject: [PATCH] Create apps.json --- apps.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 apps.json diff --git a/apps.json b/apps.json new file mode 100644 index 00000000..bb329629 --- /dev/null +++ b/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" + } +]