Roo-Code/benchmark/apps/web/next.config.ts
2025-03-20 14:38:06 -07:00

7 lines
129 B
TypeScript

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