Skip to content

Commit 4690136

Browse files
committed
Fix build oom
1 parent b0f0820 commit 4690136

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ export default defineNuxtConfig({
6464
},
6565
},
6666

67+
sentry: {
68+
sourcemaps: {
69+
disable: true,
70+
},
71+
},
72+
6773
runtimeConfig: {
6874
public: {
6975
AMP: process.env.AMP,

0 commit comments

Comments
 (0)