Using default with `text` json mode creates empty `DEFAULT`
Hi all,
entries: text('entries', { mode: 'json' }).$type<number[]>().default([]),
results in
which then throws an error when i try to push to Turso. I suspect it's the empty entries
default, when i remove all works fine.
Is this expected or show i create a issue on github?2 Replies