Files
stanza/registry/modules/framework-next/templates/next.config.ts
T
2026-05-20 11:52:53 -04:00

8 lines
122 B
TypeScript

import type { NextConfig } from "next";
const config: NextConfig = {
reactStrictMode: true,
};
export default config;