-
v1.4.1 Stable
released this
2026-04-02 10:56:26 +02:00 | 47 commits to master since this releaseFix
- Bulk attendance fill now works (was failing with "expected number, received string")
- Bulk fill now skips Czech public holidays in addition to weekends
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads