CI/CD: GitLab CI-Konfiguration für Next.js hinzugefügt und README aktualisiert

Status Job ID Name Coverage
  Build
failed #7
build

00:00:43

 
  Test
skipped #8
test
 
Name Stage Failure
failed
build Build
  Types of property 'GET' are incompatible.
Type '(request: NextRequest, { params }: { params: { id: string; }; }) => Promise<NextResponse<any>>' is not assignable to type '(request: NextRequest, context: { params: Promise<{ id: string; }>; }) => void | Response | Promise<void | Response>'.
Types of parameters '__1' and 'context' are incompatible.
Type '{ params: Promise<{ id: string; }>; }' is not assignable to type '{ params: { id: string; }; }'.
Types of property 'params' are incompatible.
Property 'id' is missing in type 'Promise<{ id: string; }>' but required in type '{ id: string; }'.

Next.js build worker exited with code: 1 and signal: null
ERROR: Job failed: exit code 1