LLC/next.config.mjs

5 lines
92 B
JavaScript
Raw Normal View History

2025-02-10 19:37:08 +03:30
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;