Install Playwright browser for backend

This commit is contained in:
MOHAN 2026-05-15 00:25:40 +05:30
parent 68949f124e
commit 1d254a9009

View File

@ -4,6 +4,9 @@
"private": true,
"main": "server.js",
"scripts": {
"postinstall": "playwright install chromium",
"setup": "playwright install chromium",
"setup:ubuntu": "playwright install --with-deps chromium",
"start": "node server.js",
"dev": "node server.js"
},