chore: cleanup chrome-launcher runtime detection, remove puppeteer-core dep

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-21 12:47:04 -07:00
parent acf96dff41
commit c35db6dfc8
2 changed files with 46 additions and 10 deletions
+2 -1
View File
@@ -32,8 +32,9 @@
"analytics": "bun run scripts/analytics.ts"
},
"dependencies": {
"diff": "^7.0.0",
"playwright": "^1.58.2",
"diff": "^7.0.0"
"puppeteer-core": "^24.40.0"
},
"engines": {
"bun": ">=1.0.0"