Files
solisting/app/next.config.ts
2026-06-24 23:09:22 +02:00

8 lines
119 B
TypeScript

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