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
However, users might want to generate it with other tools like zod.
In order to support this, we need to update handlers-meta rollup plugin to detect defineRouteMeta and actually evaluate (run) the code necessary in place since by-design this information should be statically extracted into the bundle.
The text was updated successfully, but these errors were encountered:
Related:
defineRouteMeta()
#2641Experimental route meta (#2102) (docs) only allows static definition like this:
However, users might want to generate it with other tools like
zod
.In order to support this, we need to update handlers-meta rollup plugin to detect
defineRouteMeta
and actually evaluate (run) the code necessary in place since by-design this information should be statically extracted into the bundle.The text was updated successfully, but these errors were encountered: