Procházet zdrojové kódy

chore: remove unused logging dependencies from next.config.ts

- Deleted "pino", "pino-pretty", and "thread-stream" from the list of dependencies, streamlining the configuration file and reducing unnecessary bloat.

This change helps maintain a cleaner and more efficient configuration.
ding113 před 3 měsíci
rodič
revize
37faaf9d18
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      next.config.ts

+ 0 - 3
next.config.ts

@@ -21,9 +21,6 @@ const nextConfig: NextConfig = {
     "ioredis",
     "postgres",
     "drizzle-orm",
-    "pino",
-    "pino-pretty",
-    "thread-stream",
   ],
 
   // 强制包含 undici 到 standalone 输出