chore: bootstrap command

This commit is contained in:
2026-02-06 19:11:19 +01:00
parent 0cc67d54ef
commit 8ab9ec7d1f

View File

@@ -140,4 +140,11 @@ async function createCollectionAndFields() {
});
}
setupBranding();
setupBranding()
.then(() => {
process.exit(0);
})
.catch((err) => {
console.error("🚨 Fatal bootstrap error:", err);
process.exit(1);
});