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"