suna/frontend/next.config.ts

8 lines
106 B
TypeScript
Raw Normal View History

2025-04-16 01:20:15 +08:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-04-21 01:32:23 +08:00
2025-04-16 01:20:15 +08:00
};
export default nextConfig;