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:
@@ -2,6 +2,7 @@
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
experimental: {
|
||||
instrumentationHook: true, // Enable instrumentation.ts on server startup
|
||||
serverActions: {
|
||||
bodySizeLimit: '2mb',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user