import type { NextConfig } from 'next' console.log('SOL_ENDPOINT', process.env.SOL_ENDPOINT) const nextConfig: NextConfig = { output: 'standalone', } export default nextConfig