From c70d64d4cde2bf2acc5c4164eef79c40fd58aa42 Mon Sep 17 00:00:00 2001 From: Mael Date: Sun, 22 Jun 2025 19:08:21 +0200 Subject: feat(workers): migrate from puppeteer to playwright (#1296) * feat: convert to playwright Convert crawling to use Playwright instead of Chrome. - Update Dockerfile to include Playwright - Update crawler worker to use Playwright API - Update dependencies * feat: convert from Puppeteer to Playwright for crawling * feat: update docker-compose * use separate browser context for better isolation * skip chrome download in linux script * readd the stealth plugin --------- Co-authored-by: Mohamed Bassem --- tooling/oxlint/package.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tooling/oxlint/package.json (limited to 'tooling/oxlint/package.json') diff --git a/tooling/oxlint/package.json b/tooling/oxlint/package.json new file mode 100644 index 00000000..6d24420b --- /dev/null +++ b/tooling/oxlint/package.json @@ -0,0 +1,5 @@ +{ + "name": "oxlint", + "version": "0.0.0", + "private": true +} \ No newline at end of file -- cgit v1.2.3-70-g09d2