🚀 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/get.d.ts generated vendored Normal file
View File

@@ -0,0 +1,5 @@
declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;