mirror of
https://github.com/Alee14/smart-cooker.git
synced 2025-01-22 05:31:49 -05:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
}
|
|
|
|
module.exports = nextConfig
|