add start script

This commit is contained in:
Tomáš Mládek 2024-09-17 20:47:33 +02:00
parent 021cb4a00f
commit 304a4f8425

View file

@ -1,4 +1,7 @@
{ {
"scripts": {
"start": "tsx index.mts"
},
"dependencies": { "dependencies": {
"puppeteer": "^23.3.0", "puppeteer": "^23.3.0",
"tsx": "^4.19.1" "tsx": "^4.19.1"