mirror of
https://github.com/different-ai/openwork
synced 2026-05-13 10:36:24 +02:00
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true
|
|
};
|
|
|
|
module.exports = nextConfig;
|