my-finance-pal/next.config.js
2023-03-21 18:16:09 +01:00

6 lines
118 B
JavaScript

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