added encryption

This commit is contained in:
2026-03-09 10:54:07 +05:30
parent 6e184dc590
commit 6720e28d08
27 changed files with 2093 additions and 709 deletions

View File

@@ -8,5 +8,8 @@ export default defineConfig({
port: 8000,
strictPort: false,
},
optimizeDeps: {
include: ['libsodium-wrappers'],
},
})