src/next.config.js (7 lines of code) (raw):

/** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", experimental: { serverComponentsExternalPackages: ["@azure/storage-blob"], }, }; module.exports = nextConfig;