use playwright-firefox such that npm install does not download other browsers

This commit is contained in:
Ralf Vogler 2023-02-22 00:49:58 +01:00
parent 97f6735833
commit 18c27ba881
7 changed files with 31 additions and 30 deletions

2
gog.js
View file

@ -1,4 +1,4 @@
import { firefox } from 'playwright'; // stealth plugin needs no outdated playwright-extra
import { firefox } from 'playwright-firefox'; // stealth plugin needs no outdated playwright-extra
import path from 'path';
import { jsonDb, datetime, filenamify, prompt, notify, html_game_list } from './util.js';
import { cfg } from './config.js';