feat: add playwright dependency for html-to-image tool

Install playwright in apps/api for the browser-based screenshot
service that will power the HTML to Image tool.
This commit is contained in:
SnapOtter
2026-06-06 21:45:38 +08:00
parent d1b0afd2e6
commit 0e850ba5e0
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@
"p-queue": "^9.3.0",
"pdfkit": "^0.18.0",
"piscina": "^5.1.4",
"playwright": "^1.60.0",
"posthog-node": "^5.35.9",
"potrace": "^2.1.8",
"qrcode": "^1.5.4",
+3
View File
@@ -183,6 +183,9 @@ importers:
piscina:
specifier: ^5.1.4
version: 5.1.4
playwright:
specifier: ^1.60.0
version: 1.60.0
posthog-node:
specifier: ^5.35.9
version: 5.35.14