Files
openclaw-market/next.config.ts
richarjiang fa4c458eda init
2026-03-13 11:00:01 +08:00

8 lines
167 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
transpilePackages: ["react-globe.gl", "globe.gl", "three"],
};
export default nextConfig;