Files
blackroad-operating-system/br95/next.config.mjs
2025-11-20 19:46:22 -06:00

7 lines
118 B
JavaScript

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