wishlist-client/next.config.js
2022-04-24 23:12:11 +02:00

5 lines
87 B
JavaScript

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