cibus-frontend/next.config.js
2022-08-20 22:29:54 +02:00

5 lines
87 B
JavaScript

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