···11-import './models/schema/idb_migration.ts'
11+import './models/schema/idb_migration.js'
2233import m from 'mithril'
44import Main from './routes/main.ts'
···2222 #sync: SyncLink<StoreState>
23232424 constructor(name: string, syncLinkUrl?: string) {
2525- // Use custom LocalStorage config that parses through Zod schema
2626- // This ensures dates are properly converted from strings to Date objects
2525+ // Create LocalStorage with custom deserialize that parses through Zod
2626+ // This ensures date strings are converted to Date objects
2727 const storage = new LocalStorage<StoreState>({
2828 name,
2929 defaultValue: defaultStoreState,