fix: stabilize build and archive configs

This commit is contained in:
colinislit
2025-11-23 11:42:40 +01:00
parent c12063d58d
commit 00ca026382
11 changed files with 573 additions and 36 deletions

View File

@@ -102,7 +102,7 @@ export async function PUT(
return NextResponse.json(
{
error: 'Validatiefout',
details: result.error.errors.map(e => ({
details: result.error.issues.map(e => ({
field: e.path.join('.'),
message: e.message,
})),