diff options
| author | Ritesh Ghosh <[email protected]> | 2024-12-17 20:27:43 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-12-17 20:27:43 +0530 |
| commit | f5ec625c6ec2255ea61117ade842df424cd7aa85 (patch) | |
| tree | 4a668877011b43825158406d9d523dda034852a8 /package.json | |
| parent | 244847f45e12c8d8aed9978901120b52a3cc18db (diff) | |
| download | aniwatch-api-f5ec625c6ec2255ea61117ade842df424cd7aa85.tar.xz aniwatch-api-f5ec625c6ec2255ea61117ade842df424cd7aa85.zip | |
fix(vercel): try2 to fix 'cannot find module puppeteer-extra-plugin-stealth'
taken from: https://github.com/vercel/pkg/issues/910#issuecomment-1032839383
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index 1403804..002ac09 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "license": "MIT", "dependencies": { "@hono/node-server": "^1.13.1", - "aniwatch": "^2.12.0", + "aniwatch": "^2.12.1", "dotenv": "^16.4.5", "hono": "^4.6.3", "hono-rate-limiter": "^0.4.0", @@ -47,8 +47,5 @@ "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 |
