1
0

chore: Some minor website modification changes
All checks were successful
Remote Deploy / deploy (push) Successful in 1m5s

This commit is contained in:
2026-02-12 20:18:37 +01:00
parent 793cce4ae7
commit df9fa7c605
8 changed files with 92 additions and 70 deletions

View File

@@ -13,7 +13,8 @@
"build-noweb": "tsc",
"serve": "concurrently \"node dist/server.js\" \"node dist/cron-runner.js\"",
"dev-web": "cd web && hugo serve",
"parse-timetable": "node scripts/load_static_schedule.js"
"parse-timetable": "node scripts/load_static_schedule.js",
"dev-preview": "tsx server.ts"
},
"dependencies": {
"axios": "^1.13.5",