solana-multiagent/next.config.mjs

7 lines
118 B
JavaScript
Raw Permalink Normal View History

2025-02-17 15:21:20 +07:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
export default nextConfig;