Skip to content

Commit ff45a35

Browse files
committed
fix: add buildCommand to Vercel configuration for Puppeteer browser installation
1 parent 7459c52 commit ff45a35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"src": "/(.*)",
1212
"dest": "backend/dist/main.js"
1313
}
14-
]
14+
],
15+
"buildCommand": "npx puppeteer browsers install chrome"
1516
}

0 commit comments

Comments
 (0)