Files
RaspiClock/next.config.mjs
2025-04-05 18:08:05 +02:00

7 lines
118 B
JavaScript

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