Commit 075cc96
Fix edge functions bundle path (opennextjs#926)
* fix: correct edgeFunctions bundle path to server-functions directory
Update bundle path from .open-next/functions to .open-next/server-functions
to match the actual build output location for edge functions
* feat: add additionalInject option support
Add additionalInject: fnOptions.additionalInject for injecting code
directly into the banner section during esbuild. Use with caution.
* docs: update additionalInject option documentation
Improve JSDoc comment to clarify usage for esbuild banner injection
and add caution note for safe usage
* changeset and remove additional inject
---------
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io>1 parent f0ffff5 commit 075cc96
File tree
2 files changed
+6
-1
lines changed- .changeset
- packages/open-next/src/build
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments