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 use server diagnostics for type exports (#74256)
### What?
NextJS should not throw `The "use server" file can only export async
functions.` for type exports.
### Why?
Because type exports are just a compile time abstraction.
0 commit comments