Commit Graph

3 Commits

Author SHA1 Message Date
admin bb85a0c324 Fix: next.config.ts -> next.config.js (Prod-Image hat kein TypeScript)
Das runner-Stage uebernimmt node_modules aus dem deps-Stage (npm ci --omit=dev),
enthaelt also kein TypeScript. Next.js konnte die next.config.ts deshalb zur
Laufzeit nicht transpilieren und brach beim Start ab ("Failed to transpile
next.config.ts"). Die Config setzt nur turbopack.root, was fuer `next start`
ohnehin irrelevant ist - daher gleichwertig als CommonJS-JS-Datei.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-12 21:47:40 +02:00
admin 889ed597ae V 2.0.0 ferige Version 2026-03-16 09:20:30 +01:00
admin 244544492f Initial commit from Create Next App 2026-03-12 09:40:04 +01:00