从安卓客户端的密钥数据库读取密钥 #24

Merged
lsr merged 7 commits from feat/import-from-android into main 2023-06-11 22:39:20 +00:00
Showing only changes of commit e956fb60ad - Show all commits

View File

@ -12,6 +12,10 @@ export default defineConfig({
replacement: 'src/$1',
},
],
// workaround: sql.js is not ESModule friendly, yet...
deps: {
inline: ['sql.js'],
},
api: {
port: 5174, // vite port + 1
},