draw/next.config.js
Adrián Borrageiros Mourelos 3a99ab39c6 SAVE
2025-05-13 11:25:43 +02:00

6 lines
118 B
JavaScript

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