Merge pull request #10 from mindesbunister/copilot/fix-instrumentation-hook-issue

fix: Enable Next.js instrumentation hook for startup services
This commit is contained in:
mindesbunister
2025-12-05 15:22:48 +01:00
committed by GitHub

View File

@@ -2,6 +2,7 @@
const nextConfig = {
output: 'standalone',
experimental: {
instrumentationHook: true, // Enable instrumentation.ts on server startup
serverActions: {
bodySizeLimit: '2mb',
},