Files
openclaw-studio/next.config.ts
2026-01-28 11:26:14 -08:00

6 lines
104 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
export default nextConfig;