Files
solana-agent-kit/examples/tg-bot-starter/next.config.ts
Arpit Singh Bhatia 4bcbf0502a tg-bot-starter repo
2024-12-28 13:53:48 +05:30

8 lines
133 B
TypeScript

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