create-farcaster-mini-app/next.config.ts
Shreyaschorge 193dffe03a
formatting
2025-07-07 14:10:47 +05:30

8 lines
133 B
TypeScript

import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;