🚀 Auto-deploy: VaultUI transformado em Node.js com sincronização automática de segredos

This commit is contained in:
2026-03-25 11:39:22 +00:00
parent 468222219b
commit 94609aa11b
591 changed files with 62219 additions and 1984 deletions

5
node_modules/dunder-proto/set.d.ts generated vendored Normal file
View File

@@ -0,0 +1,5 @@
declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;
declare const x: false | typeof setDunderProto;
export = x;