You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <[email protected]>
0 commit comments