aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-12-17 19:58:22 +0530
committerRitesh Ghosh <[email protected]>2024-12-17 19:58:22 +0530
commit95d818e3713ced95e81323bc609459c6b106154a (patch)
tree5e0fc56db495cd87570cd30092400824e75ec57c
parent1b5caede22f6bc9f90b312f333c88884bf3b4d41 (diff)
downloadaniwatch-api-95d818e3713ced95e81323bc609459c6b106154a.tar.xz
aniwatch-api-95d818e3713ced95e81323bc609459c6b106154a.zip
fix(vercel): try1 to fix 'cannot find module puppeteer-extra-plugin-stealth'
taken from: https://github.com/vercel/pkg/issues/910
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 128f39c..259dbcf 100644
--- a/package.json
+++ b/package.json
@@ -47,5 +47,8 @@
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.1.2"
+ },
+ "pkg": {
+ "assets": "node_modules/puppeteer-extra-plugin-stealth/**/*.*"
}
} \ No newline at end of file