From 304a4f8425fcaee46cfc24deed3f20e0ea202131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 17 Sep 2024 20:47:33 +0200 Subject: [PATCH] add start script --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 139c2c9..6c15cf8 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,7 @@ { + "scripts": { + "start": "tsx index.mts" + }, "dependencies": { "puppeteer": "^23.3.0", "tsx": "^4.19.1"