From f7b4516f7555eb3be59fec695da087497d4a4a4c Mon Sep 17 00:00:00 2001 From: Dom Webber Date: Tue, 3 Oct 2023 16:36:35 +0100 Subject: [PATCH] build: Update start command target file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbf9800..46c2c85 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ ] }, "scripts": { - "start": "ts-node ./src/WhatsApp.ts", + "start": "ts-node ./src/index.ts", "build": "tsc -p tsconfig.json && babel dist --out-dir dist", "lint": "npm-run-all lint:*", "lint:eslint": "eslint . --fix",