Add recurring bills poster, scheduler boot, and manual run stub

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-16 15:17:38 +07:00
parent bd87cd09f5
commit b611207d25
5 changed files with 271 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
import { redirect, type Handle } from '@sveltejs/kit';
import { validateSession, setSessionCookie } from '$lib/server/auth/index.js';
import { startScheduler } from '$lib/server/recurring-bills/scheduler.js';
startScheduler();
export const handle: Handle = async ({ event, resolve }) => {
// Redirect implicit /favicon.ico requests to our SVG to avoid 404 noise