fix
Some checks failed
Deploy / deploy (push) Failing after 1m31s

This commit is contained in:
2026-06-13 16:21:21 +02:00
parent 6aff286b50
commit bfd927be18
4 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
export const dynamic = "force-dynamic";
import { notFound } from "next/navigation";
import Link from "next/link";
import { prisma } from "@/lib/prisma";

View File

@@ -1,3 +1,5 @@
export const dynamic = "force-dynamic";
import { prisma } from "@/lib/prisma";
import CablesTable from "@/components/cables/CablesTable";
import NewCableForm from "@/components/cables/NewCableForm";

View File

@@ -1,3 +1,5 @@
export const dynamic = "force-dynamic";
import { prisma } from "@/lib/prisma";
import NewLocationForm from "@/components/locations/NewLocationForm";
import LocationsTable from "@/components/locations/LocationsTabe";