trying to force dynamic rendering

This commit is contained in:
Torben Haack
2024-10-10 09:27:58 +02:00
parent 8514b9061b
commit 5817632299
3 changed files with 5 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import { db } from "@/server/db";
import { printJobs } from "@/server/db/schema";
import { eq } from "drizzle-orm";
export const dynamic = 'force-dynamic'
export const dynamic = "force-dynamic";
interface RemainingTimeRouteProps {
params: {