/** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", instrumentationHook: true, }; module.exports = nextConfig;