livekit-dgn/next.config.js

7 lines
120 B
JavaScript
Raw Normal View History

2022-10-24 17:03:12 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;