Add: vaultSelector (webapp)

This commit is contained in:
vorotamoroz
2026-03-17 19:51:04 +09:00
parent d8281390c4
commit fdd3a3aecb
7 changed files with 619 additions and 323 deletions
+4
View File
@@ -20,7 +20,11 @@ export default defineConfig({
rollupOptions: {
input: {
index: path.resolve(__dirname, "index.html"),
webapp: path.resolve(__dirname, "webapp.html"),
},
external:[
"crypto"
]
},
},
define: {