fix: Escape cron syntax in JSDoc comments to prevent early termination

This commit is contained in:
2026-02-04 23:16:55 +00:00
parent 1b05c051da
commit 1972937841
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
* npx tsx api/scripts/check-sites.ts
*
* Cron example (every 10 minutes):
* */10 * * * * cd /path/to/DashDescomplicar && npx tsx api/scripts/check-sites.ts >> /var/log/check-sites.log 2>&1
* 0,10,20,30,40,50 * * * * cd /path/to/DashDescomplicar && npx tsx api/scripts/check-sites.ts
*
* @author Descomplicar | @link descomplicar.pt | @copyright 2026
*/