wulf-pulse/autotask-app/next.config.ts
2025-10-28 11:21:04 -04:00

8 lines
156 B
TypeScript

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