initial upload

This commit is contained in:
Kai Waggeling 2025-05-17 16:10:17 +02:00
parent b2a512f7fe
commit 48ae5e89aa
30 changed files with 1293 additions and 0 deletions

7
test.mjs Normal file
View file

@ -0,0 +1,7 @@
import {
getAllCertificates
} from "./functions/db.certificates.mjs";
console.log((await getAllCertificates()));