cycles-quartz/examples/transfers/frontend/next.config.mjs

9 lines
144 B
JavaScript
Raw Permalink Normal View History

2024-07-10 19:11:07 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
instrumentationHook: true
2024-07-10 19:11:07 +00:00
},
}
export default nextConfig