Files
Claw3D/next.config.ts
T
2026-03-19 23:14:04 -05:00

6 lines
104 B
TypeScript

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