mv dir to data

This commit is contained in:
fullex
2025-08-09 14:30:24 +08:00
parent 92cd012037
commit 21e40db086
12 changed files with 7 additions and 5 deletions
@@ -1,5 +1,5 @@
import { preferenceTable } from '@main/db/schemas/preference'
import { defaultPreferences } from '@shared/preferences'
import { preferenceTable } from '@data/db/schemas/preference'
import { defaultPreferences } from '@shared/data/preferences'
import type { DbType, ISeed } from '../types'