update adapter to encrypted format

This commit is contained in:
nicwands
2026-03-02 11:57:30 -05:00
parent 8f86e354c0
commit 036a19bf88
15 changed files with 1167 additions and 118 deletions

7
vitest.config.js Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
globals: true,
},
})