Ready for release soon.

This commit is contained in:
charlesgauthereau
2025-07-17 11:50:27 +02:00
parent 4d52419247
commit 128792645b
4 changed files with 67 additions and 59 deletions
@@ -6,6 +6,7 @@ import Link from "next/link";
import { Page, PageActions, PageContent, PageHeader, PageTitle } from "@/features/layout/page";
import { notFound } from "next/navigation";
import { db } from "@/db";
export const dynamic = "force-dynamic";
export default async function RoutePage(props: PageParams<{}>) {
const agents = await db.query.agent.findMany();