/** @type {import('next').NextConfig} */ const config = { transpilePackages: ["@agentlens/database"], output: "standalone", }; export default config;