Merge main into bugfixing_bumps - keep bugfixing_bumps versions (Prisma 7, tsx support)

This commit is contained in:
CanbiZ
2025-11-28 14:43:25 +01:00
11 changed files with 335 additions and 100 deletions

View File

@@ -53,9 +53,9 @@ const config = {
}
return config;
},
// Ignore TypeScript errors during build (they can be fixed separately)
// TypeScript errors will fail the build
typescript: {
ignoreBuildErrors: true,
ignoreBuildErrors: false,
},
};