first commit

This commit is contained in:
2024-05-16 16:11:40 +02:00
commit fe9a8e2b20
32 changed files with 8427 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = (cluster) => {
return (req, res, next) => {
req.puppeteerCluster = cluster;
next();
}
}