fixed up temporary changes

This commit is contained in:
Henry Jameson 2026-01-23 00:46:44 +02:00
commit 1b310d7174
7 changed files with 13 additions and 9 deletions

View file

@ -1,5 +1,5 @@
export const piniaLanguagePlugin = ({ store, options }) => {
if (store.$id === 'serverSideStorage') {
if (store.$id === 'syncConfig') {
store.$onAction(({ store }) => {
console.log(store)
})