livekit-dgn/next.config.js

8 lines
140 B
JavaScript
Raw Normal View History

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