Open
Description
Allows adding extra information and declaring global helpers. #309
- Should be
Record<string, unknown>
by default - Can be typed globally
- can be a ref, fn, or value
entry.meta
contain the raw valueentry.options.meta
remains unchanged- SSR: needs to be serialized and restored
- user can do
import.env.server ? undefined : {...}
if they want to ignore on server
- user can do
Metadata
Metadata
Assignees
Projects
Status
Todo