mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
feat: Add compunds config for easier setup
This commit is contained in:
parent
053403206a
commit
1f0cb9523f
1 changed files with 11 additions and 1 deletions
|
|
@ -62,5 +62,15 @@
|
|||
],
|
||||
"postDebugTask": "Clean Honcho SocketIO Watch Schedule Worker"
|
||||
}
|
||||
],
|
||||
"compounds": [
|
||||
{
|
||||
"name": "Honcho + Web debug",
|
||||
"configurations": [
|
||||
"Bench Web",
|
||||
"Honcho SocketIO Watch Schedule Worker"
|
||||
],
|
||||
"stopAll": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue