mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 09:57:38 +00:00
chore: add typescript definitions for custom types (#486)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import {tryLookupAndLoop} from './store';
|
||||
puppeteer.use(stealthPlugin());
|
||||
if (config.browser.lowBandwidth) {
|
||||
puppeteer.use(resourceBlock({
|
||||
blockedTypes: new Set(['image', 'font'])
|
||||
blockedTypes: new Set(['image', 'font'] as const)
|
||||
}));
|
||||
} else {
|
||||
puppeteer.use(adBlocker);
|
||||
|
||||
Reference in New Issue
Block a user