Files
tuono/benches/nextjs-app-router/next.config.mjs
T

5 lines
92 B
JavaScript
Raw Normal View History

2024-08-16 16:23:39 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;