Files
videopeersjs/client/next.config.js
heyhiru 5927e494fd added client for frontend
Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
2023-11-11 11:57:23 +05:30

7 líneas
118 B
JavaScript

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