Files
explorer/next.config.ts
2025-12-17 12:41:17 +00:00

7 lines
105 B
TypeScript

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