mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
Remaining cast cleanups that got lost during the lint-staged stash cycle and were re-applied: - citycorners: added createdBy to LocalLocation type, removed 6 `as any` casts in getCityStats/getPlatformStats - picture/images: removed toggleField double-cast (now unnecessary after the IndexableType widening in shared-stores) - contacts/[id]: tagIds exists on Contact — removed the `as unknown as Record<...>` cast - calendar/EventForm: same tagIds fix — read directly from event - +layout.svelte: import SupportedLocale type, use it for locale casts instead of `as any` - spiral-db: added prepare + prepublishOnly scripts so dist/ is built on fresh clones Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| demo.ts | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||