Files
solana-agent-kit/examples/agent-kit-nextjs-langchain/next.config.js
2024-12-29 20:12:48 +01:00

4 lines
147 B
JavaScript

const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true',
})
module.exports = withBundleAnalyzer({})