From c38bf63719df387043646adc9429ef6db716b357 Mon Sep 17 00:00:00 2001 From: Muhammad Muneeb <126912312+wintogeno@users.noreply.github.com> Date: Thu, 20 Mar 2025 22:28:06 +0500 Subject: [PATCH] Create apps.json --- apps.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps.json diff --git a/apps.json b/apps.json new file mode 100644 index 00000000..c0ea5fe4 --- /dev/null +++ b/apps.json @@ -0,0 +1,14 @@ +[ + { + "url": "https://github.com/frappe/erpnext", + "branch": "version-15" + }, + { + "url": "https://github.com/frappe/hrms.git", + "branch": "version-15" + }, + { + "url": "https://github.com/frappe/print_designer.git", + "branch": "main" + } + ]