add baselime to nextjs

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-17 22:23:02 +02:00
committed by Carl-Gerhard Lindesvärd
parent ac84adf1a4
commit dd53a5757a
6 changed files with 636 additions and 26 deletions

View File

@@ -30,6 +30,7 @@ const config = {
experimental: {
// Avoid "Critical dependency: the request of a dependency is an expression"
serverComponentsExternalPackages: ['bullmq', 'ioredis'],
instrumentationHook: true,
},
/**
* If you are using `appDir` then you must comment the below `i18n` config out.