Initial commit

This commit is contained in:
Vitaly Gashkov
2025-03-26 13:19:45 +05:00
commit baac0bcc23
8 changed files with 213 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { extractSecrets } from './crunchys';
(async () => {
await extractSecrets();
})();