example-apps/relevance-workbench/app-ui/next.config.js (
4
lines of code) (
raw
):
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, } module.exports = nextConfig