turboci-admin/next.config.ts
2026-03-04 14:21:07 +00:00

9 lines
158 B
TypeScript

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