Fortune-PlayLogic/next.config.ts
“kirukib” c471aa30d4 first
2026-02-18 16:01:12 +03:00

8 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;