Github icon doesn't exist in lucide-react 1.26.0, replaced with ExternalLink. ImageResize doesn't exist, replaced with Crop. reactCompiler requires babel-plugin-react-compiler which isn't installed. Co-Authored-By: Kilo <kilo@kilo.ai>
9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
turbopack: {
|
|
root: process.cwd(),
|
|
},
|
|
};
|
|
|
|
export default nextConfig; |