Skip to content

Commit

Permalink
added version track
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRSGraziano committed Sep 19, 2024
1 parent f7f6e33 commit 53b57ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "whatsapp-sticker-bot",
"module": "src/index.ts",
"version": "1.0.0",
"author": {
"name": "Igor Graziano",
"email": "[email protected]"
},
"type": "module",
"scripts": {
"start": "node dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if (!fs.existsSync(process.env.TEMP_DIR)) {
const client = new Client({
authStrategy: new WhatsApp.LocalAuth({ dataPath: process.env.TEMP_DIR + "/auth" }),
puppeteer: {
headless: true,
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
});
Expand Down

0 comments on commit 53b57ef

Please sign in to comment.