mirror of
https://github.com/xmanrui/OpenClaw-bot-review.git
synced 2026-07-28 14:57:03 +00:00
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
export default nextConfig;
|