Files
goGin/frontend/next.config.ts
Beyhan Oğur 2a5b661443 first commit
2026-04-26 21:46:42 +03:00

8 lines
133 B
TypeScript

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