diff --git a/development/apps-example.json b/development/apps-example.json index 13d5bfdf..878e69e1 100644 --- a/development/apps-example.json +++ b/development/apps-example.json @@ -4,8 +4,8 @@ "branch": "main" }, { - "url": "https://github.com/cronos-capital/RAFNAV_ERP.git", - "branch": "main" + "url": "https://github.com/frappe/erpnext.git", + "branch": "version-15" }, { "url": "https://github.com/cronos-capital/raf_finance.git", @@ -24,7 +24,11 @@ "branch": "main" }, { - "url": "https://github.com/cronos-capital/LRMS.git", + "url": "https://github.com/NagariaHussain/tldraw_whiteboard.git", + "branch": "main" + }, + { + "url": "https://github.com/kid1194/frappe_alerts.git", "branch": "main" } ] diff --git a/development/vscode-example/apps-example.json b/development/vscode-example/apps-example.json new file mode 100644 index 00000000..6a9c881d --- /dev/null +++ b/development/vscode-example/apps-example.json @@ -0,0 +1,30 @@ +[ + { + "url": "https://github.com/cronos-capital/LMS.git", + "branch": "main" + }, + { + "url": "https://github.com/frappe/erpnext.git", + "branch": "version-15" + }, + { + "url": "https://github.com/cronos-capital/raf_finance.git", + "branch": "main" + }, + { + "url": "https://github.com/cronos-capital/matter_management.git", + "branch": "main" + }, + { + "url": "https://github.com/cronos-capital/documentation.git", + "branch": "main" + }, + { + "url": "https://github.com/cronos-capital/filing.git", + "branch": "main" + }, + { + "url": "https://github.com/cronos-capital/LRMS.git", + "branch": "main" + } +]