this repo has no description
at main 118 B view raw
1/** @type {import('next').NextConfig} */ 2const nextConfig = { 3 reactStrictMode: true, 4} 5 6module.exports = nextConfig