feat: Add compunds config for easier setup

This commit is contained in:
Reuel Ramos Ribeiro 2025-04-11 15:43:40 -03:00
parent 053403206a
commit 1f0cb9523f

View file

@ -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
}
]
}