Commit a87d5d8
committed
Add esbuild node_bundler configuration to fix 502 error
- Add node_bundler = 'esbuild' to support ESM imports in functions
- This fixes the 502 error caused by node-fetch v3 ESM import requirements
- Functions now properly support modern JavaScript import syntax1 parent 877f5e5 commit a87d5d8
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments