Files
bs-school-manager/next.config.js
2023-04-26 17:47:48 +05:30

7 lines
118 B
JavaScript

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