diff options
| -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 |
