Skip to content

Commit

Permalink
chore(dashboard): enable source maps in production (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
IGassmann committed Feb 27, 2024
1 parent 86f7295 commit dee89b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/apps/dashboard/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const { withSentryConfig } = require('@sentry/nextjs');

/** @type {import('next').NextConfig} */
const nextConfig = {
productionBrowserSourceMaps: true,
experimental: {
typedRoutes: true,
},
Expand Down

0 comments on commit dee89b3

Please sign in to comment.