Skip to content

Commit c21876a

Browse files
authored
fix(trigger): add react-dom and react-email to additionalPackages (#4052)
1 parent a1173ee commit c21876a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

apps/sim/trigger.config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ export default defineConfig({
2121
files: ['./lib/execution/isolated-vm-worker.cjs', './lib/execution/pptx-worker.cjs'],
2222
}),
2323
additionalPackages({
24-
packages: ['unpdf', 'pdf-lib', 'isolated-vm', 'pptxgenjs'],
24+
packages: [
25+
'unpdf',
26+
'pdf-lib',
27+
'isolated-vm',
28+
'pptxgenjs',
29+
'react-dom',
30+
'@react-email/render',
31+
],
2532
}),
2633
],
2734
},

0 commit comments

Comments
 (0)