Nick: rm fe for test

This commit is contained in:
Nicolas 2024-12-03 20:34:14 -03:00
parent 43530b3b4d
commit 64800a1c02

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",