From da6d744208ee91c6beabd6e1bd735d17c951e393 Mon Sep 17 00:00:00 2001 From: "mihailo.vojinovic" Date: Wed, 11 Feb 2026 16:56:14 +0100 Subject: Add generate invlice server action --- next.config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'next.config.ts') 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; -- cgit v1.3.1