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