Migrate all 37 store definitions from the deprecated object-with-id signature to the string-id-first signature required by Pinia 3: defineStore({ id: 'name', ... }) → defineStore('name', { ... })