fix: 移除 playwright devDep 解决 Chromium 版本冲突
rebrowser-playwright@1.52 需要 chromium-1169,但 playwright@1.58 的存在 导致 CLI 安装了 chromium-1208,补丁不兼容导致 session closed 崩溃。 移除 playwright,让 rebrowser-playwright 安装正确版本的浏览器。
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
"@types/express": "^5.0.0",
|
||||
"@types/node": "^22.0.0",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"playwright": "^1.58.2",
|
||||
"tsup": "^8.0.0",
|
||||
"typescript": "^5.7.0",
|
||||
"vitest": "^3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user