Deploy: 2026-06-24 14:49:02

This commit is contained in:
Hamza-Ayed
2026-06-24 14:49:02 +03:00
parent 8f1e7a19a7
commit b9cd0bc2eb

View File

@@ -67,7 +67,11 @@ async function startSession(session_key, webhook_url) {
clientId: session_key,
dataPath: SESSIONS_DIR
}),
puppeteer: puppeteerConfig
puppeteer: puppeteerConfig,
webVersionCache: {
type: 'remote',
remotePath: 'https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/2.2412.54.html',
}
});
sessions.set(session_key, client);