feat(mvp): phase 8 - integration, testing & deployment
Fix all build/type/lint errors (zod 3.25 compat wrapper, Svelte 5 fixes), write 115 unit tests across 10 test files, expand seed script with demo data, update Docker config with migration on startup.
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
iconType={$form.iconType ?? 'lucide'}
|
||||
iconValue={$form.icon ?? ''}
|
||||
onchange={(type, value) => {
|
||||
$form.iconType = type;
|
||||
$form.iconType = type as typeof $form.iconType;
|
||||
$form.icon = value;
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user