Files
flatrender/next.config.mjs
T

5 lines
92 B
JavaScript
Raw Normal View History

2026-05-21 12:17:29 +03:30
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;