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
+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