feat: harden bootstrap and add tests

This commit is contained in:
2026-06-28 16:43:03 -05:00
parent 01ea9e391d
commit 991e73fcff
39 changed files with 3399 additions and 459 deletions
@@ -1,6 +1,8 @@
import { db } from '@/lib/db';
import { NextResponse } from 'next/server';
export const dynamic = 'force-dynamic'; // Prevents static generation
export async function GET() {
try {
const { rows } = await db.query(`