Skip to content

Commit 3fe88c7

Browse files
author
coodex heoster
committed
I see this error with the app, reported by NextJS, please fix it. The er
1 parent e64d4c7 commit 3fe88c7

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

next.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@ const withPWA = require('@ducanh2912/next-pwa').default({
1515
const nextConfig = {
1616
experimental: {
1717
serverComponentsExternalPackages: [
18+
'@genkit-ai/ai',
1819
'@genkit-ai/googleai',
1920
'@genkit-ai/core',
21+
'genkit',
22+
'zod-to-json-schema',
23+
'@opentelemetry/api',
24+
'@opentelemetry/sdk-trace-base',
2025
'@opentelemetry/instrumentation',
26+
'@opentelemetry/resources',
2127
'@opentelemetry/sdk-node',
2228
],
2329
},

0 commit comments

Comments
 (0)