Roo-Code/apps/web-evals/next.config.ts
2026-01-30 02:08:45 -08:00

7 lines
118 B
TypeScript

import type { NextConfig } from "next"
const nextConfig: NextConfig = {
turbopack: {},
}
export default nextConfig