mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
reactCompiler: false,
|
|
};
|
|
|
|
export default nextConfig;
|