RealtimeSDWebRTC / frontend /next.config.js
Jon Taylor
removed export
c921185
raw
history blame
121 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
};
module.exports = nextConfig;