diff options
| author | Ritesh Ghosh <[email protected]> | 2024-12-17 19:58:22 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-12-17 19:58:22 +0530 |
| commit | 95d818e3713ced95e81323bc609459c6b106154a (patch) | |
| tree | 5e0fc56db495cd87570cd30092400824e75ec57c | |
| parent | 1b5caede22f6bc9f90b312f333c88884bf3b4d41 (diff) | |
| download | aniwatch-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.json | 3 |
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 |
