Skip to content

Commit a1cc6b4

Browse files
committed
fix(playground): mock @react-email/render for cf build
1 parent 8110c18 commit a1cc6b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playground/nuxt.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ export default defineNuxtConfig({
3434
'/two-factor/otp': { auth: false },
3535
},
3636

37+
nitro: { alias: { '@react-email/render': 'unenv/runtime/mock/empty' } },
38+
3739
compatibilityDate: '2025-01-01',
3840
})

0 commit comments

Comments
 (0)