zod ➡️ valibot (plus more server action tracing)

This commit is contained in:
2025-03-30 01:09:30 -04:00
parent 87a24a98f0
commit 444f91b6dc
10 changed files with 216 additions and 111 deletions
+3
View File
@@ -212,6 +212,9 @@ const nextPlugins: Array<NextPlugin | [NextPlugin, any]> = [
widenClientFileUpload: true,
disableLogger: true,
telemetry: false,
autoInstrumentAppDirectory: true,
autoInstrumentServerFunctions: true,
autoInstrumentMiddleware: false,
bundleSizeOptimizations: {
excludeDebugStatements: true,
},