UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

10 lines (9 loc) 182 B
module.exports = (phase, { defaultConfig }) => { /** * @type {import('next').NextConfig} */ const nextConfig = { /* config options here */ }; return nextConfig; };