UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

10 lines (8 loc) 154 B
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, images: { domains: [], }, }; module.exports = nextConfig;