style: format daemon runtime changes

This commit is contained in:
Peter Steinberger
2026-01-06 23:29:38 +01:00
parent 4e6fcd1678
commit 8d50d08936
6 changed files with 23 additions and 22 deletions

View File

@@ -10,8 +10,7 @@ export const GATEWAY_DAEMON_RUNTIME_OPTIONS: Array<{
{
value: "node",
label: "Node (recommended)",
hint:
"Required for WhatsApp (Baileys WebSocket + Bun can corrupt memory on reconnect)",
hint: "Required for WhatsApp (Baileys WebSocket + Bun can corrupt memory on reconnect)",
},
{
value: "bun",