suna/frontend/next.config.ts

7 lines
105 B
TypeScript
Raw Normal View History

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