diff --git a/next.config.js b/next.config.js index dc71910..da8e5c1 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,7 @@ const nextConfig = { output: 'standalone', experimental: { + instrumentationHook: true, // Enable instrumentation.ts on server startup serverActions: { bodySizeLimit: '2mb', },