nextjs-slack-clone/next.config.js
2025-06-02 21:48:40 +02:00

6 lines
118 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig