Files
OpenClaw-bot-review/next.config.mjs
T

6 lines
116 B
JavaScript

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