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: support default and reqHandler exports in Angular (#8145)
* fix: support `default` and `reqHandler` exports in Angular
Updated the export structure to ensure both `default` and `reqHandler` exports function when using Angular.
* changelog
* bump supported angular version
* changelog for version bump
---------
Co-authored-by: Leonardo Ortiz <[email protected]>
reject(\`The file at "./${serverOutputPath}/${serverEntry}" did not export a valid request handler. Expected exports: 'app', 'default', or 'reqHandler'.\`);
0 commit comments