Files
horus-3d/next.config.ts
Luke The Dev 4fa4f13558 First Release of Claw3D (#11)
Co-authored-by: iamlukethedev <iamlukethedev@users.noreply.github.com>
2026-03-19 23:14:04 -05:00

6 lines
104 B
TypeScript

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