Cleaned up old Dexie class. Added mnemonic and dateCreated columns.

This commit is contained in:
Matthew Aaron Raymer
2022-12-16 13:34:01 +08:00
parent c9d5ab82fd
commit 607230b51c
8 changed files with 7 additions and 119 deletions

View File

@@ -5,6 +5,6 @@ module.exports = defineConfig({
devtool: "source-map",
experiments: {
topLevelAwait: true,
}
},
},
});