add ability to launch the scraper from package.json.scripts

This commit is contained in:
albert
2025-07-29 12:43:48 +02:00
parent e0cb439234
commit 36f6de4edd
2 changed files with 63 additions and 0 deletions

View File

@ -18,6 +18,8 @@
"build": "tsc",
"start": "node dist/server.js",
"dev": "tsx watch src/server.ts",
"scraper": "node dist/scraper.js",
"scraper:dev": "tsx watch src/scraper.ts",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.ts",