/** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", instrumentationHook: true, serverExternalPackages: ["node-pty"], }; module.exports = nextConfig;