fix(vercel): try1 to fix 'cannot find module puppeteer-extra-plugin-stealth'

taken from: https://github.com/vercel/pkg/issues/910
This commit is contained in:
Ritesh Ghosh
2024-12-17 19:58:22 +05:30
parent 1b5caede22
commit 95d818e371
+3
View File
@@ -47,5 +47,8 @@
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.1.2"
},
"pkg": {
"assets": "node_modules/puppeteer-extra-plugin-stealth/**/*.*"
}
}