cibus-frontend/next.config.js

5 lines
87 B
JavaScript
Raw Normal View History

2022-08-20 22:29:54 +02:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
}