Files
myApp/next.config.mjs
T
2026-06-14 10:03:34 +07:00

5 lines
92 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;