diff options
Diffstat (limited to 'next.config.ts')
| -rw-r--r-- | next.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/next.config.ts b/next.config.ts index e9ffa30..5dd3660 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ + serverExternalPackages: ["pdfkit"], }; export default nextConfig; |
