1
0

feat: Load statis schedule

This commit is contained in:
2026-01-30 18:19:44 +01:00
parent 82074aee60
commit 4a3f1e9f4e
3 changed files with 474 additions and 6 deletions

View File

@@ -10,9 +10,12 @@
"test": "node tests/test.js",
"start": "concurrently \"node server.js\" \"node cron-runner.js\"",
"build": "cd web && hugo --gc --minify",
"dev-web": "cd web && hugo serve"
"dev-web": "cd web && hugo serve",
"setup-static": "node scripts/loadstaticschedule.js"
},
"dependencies": {
"axios": "^1.13.4",
"axios-cookiejar-support": "^6.0.5",
"body-parser": "^2.2.0",
"cheerio": "^1.1.2",
"concurrently": "^9.2.0",
@@ -21,6 +24,8 @@
"exceljs": "^4.4.0",
"express": "^5.1.0",
"node-cron": "^4.2.1",
"puppeteer": "^24.10.0"
"node-fetch": "^3.3.2",
"puppeteer": "^24.10.0",
"tough-cookie": "^6.0.0"
}
}