cycles-quartz/examples/transfers/frontend/next.config.mjs
Daniel Gushchyan 14a6913632
refactor: refactor repo as standard rust monorepo (#222)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-09-30 23:33:22 +04:00

9 lines
144 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
instrumentationHook: true
},
}
export default nextConfig