livekit-dgn/next.config.js
2022-10-24 17:03:12 +02:00

6 lines
120 B
JavaScript

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