diff --git a/docs/next.config.mjs b/docs/next.config.mjs index 75ba345e..5e039031 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -3,6 +3,7 @@ import createMDX from "@next/mdx"; /** @type {import('next').NextConfig} */ const nextConfig = { pageExtensions: ["js", "jsx", "ts", "tsx", "md", "mdx"], + serverExternalPackages: ["just-bash", "bash-tool"], }; const withMDX = createMDX({});