Revert "Merge branch 'nsc/crawl-n--1-fixes'"

This reverts commit 6d325b7ce7af912b326369eace62f89f897b536b, reversing
changes made to 3d5704b73e6c4802f0344dc2e17042af9b6de0f5.
This commit is contained in:
Nicolas 2024-12-03 20:53:14 -03:00
parent 6d325b7ce7
commit f3aa32863f

View File

@ -17,7 +17,7 @@ const useCache = process.env.CACHE_REDIS_URL !== '' && process.env.CACHE_REDIS_U
export const engines: Engine[] = [
// ...(useCache ? [ "cache" as const ] : []),
// ...(useFireEngine ? [ "fire-engine;chrome-cdp" as const, "fire-engine;playwright" as const, "fire-engine;tlsclient" as const ] : []),
...(useFireEngine ? [ "fire-engine;chrome-cdp" as const, "fire-engine;playwright" as const, "fire-engine;tlsclient" as const ] : []),
...(useScrapingBee ? [ "scrapingbee" as const, "scrapingbeeLoad" as const ] : []),
...(usePlaywright ? [ "playwright" as const ] : []),
"fetch",