Skip to content

Commit eff7d55

Browse files
committed
Add serverExternalPackages to YouTube app configuration
- Updated the Next.js configuration to include serverExternalPackages for improved logging capabilities with pino and pino-pretty. - This change enhances the app's performance and logging features, ensuring better monitoring and debugging. Made-with: Cursor
1 parent f26e76f commit eff7d55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/youtube/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactCompiler: true,
4+
serverExternalPackages: ["pino", "pino-pretty"],
45
transpilePackages: ["@data-projects/ui", "@data-projects/shared"],
56
images: {
67
remotePatterns: [

0 commit comments

Comments
 (0)