Files
QR-master/agent/schedules/weekly.ts
2026-07-15 18:08:51 +02:00

7 lines
210 B
TypeScript

import { defineSchedule } from "eve/schedules";
export default defineSchedule({
cron: "0 9 * * 1",
markdown: "Run the weekly SEO improver loop for the configured property and tracked keywords.",
});