Files
metabuilder/frontends/dbal/next.config.ts
2026-01-03 20:17:49 +00:00

8 lines
127 B
TypeScript

import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
reactStrictMode: true,
}
export default nextConfig