This commit is contained in:
syuilo
2025-03-19 16:04:01 +09:00
parent 409cd4fbd3
commit 2dc2d2e4fe
3 changed files with 5 additions and 5 deletions

View File

@@ -5,10 +5,10 @@
import { markRaw } from 'vue';
import type { Column } from '@/deck.js';
import { Storage } from '@/pizzax.js';
import { Pizzax } from '@/lib/pizzax.js';
// TODO: 消す(移行済みのため)
export const deckStore = markRaw(new Storage('deck', {
export const deckStore = markRaw(new Pizzax('deck', {
profile: {
where: 'deviceAccount',
default: 'default',