Compare commits
2 Commits
20bf7ad7da
...
242a77856e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
242a77856e | ||
|
|
134d299857 |
5
src/main/utils/db.ts
Normal file
5
src/main/utils/db.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import Dexie from 'dexie'
|
||||
|
||||
export const db = new Dexie('NianXX') as Dexie & {}
|
||||
|
||||
db.version(1).stores({})
|
||||
Reference in New Issue
Block a user