livekit-znjj-demo/next.config.js
2024-01-09 15:05:20 +01:00

7 lines
121 B
JavaScript

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