Files
video-process/web/next.config.mjs
2026-05-19 16:19:55 +08:00

7 lines
118 B
JavaScript

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