mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +00:00
862834e11f
Took 3 hours 2 minutes
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {reactStrictMode: true};
|
|
|
|
module.exports = nextConfig;
|