mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Create apps.json
This commit is contained in:
parent
973eafff69
commit
c38bf63719
1 changed files with 14 additions and 0 deletions
14
apps.json
Normal file
14
apps.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue