feat(cron): post isolated summaries

This commit is contained in:
Peter Steinberger
2025-12-13 12:09:15 +00:00
parent 32cd1175fb
commit c02613e15f
12 changed files with 462 additions and 52 deletions

View File

@@ -20,7 +20,6 @@ export type CronPayload =
};
export type CronIsolation = {
postToMain?: boolean;
postToMainPrefix?: string;
};