Files
note-book/backend/next.config.mjs
2026-05-19 11:46:42 +08:00

6 lines
140 B
JavaScript

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