Files
archived-next-auth/apps/examples/next.config.js
2023-04-28 09:50:44 +02:00

5 lines
87 B
JavaScript

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