next.js
7b8fc758 - Fix `use server` diagnostics for type exports (#74256)

Commit
361 days ago
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.
Author
Parents
Loading