Files
tuono/benches/nextjs-app-router/next.config.mjs
T
2024-08-16 16:23:39 +02:00

5 lines
92 B
JavaScript

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