chore: bootstrap command
This commit is contained in:
@@ -140,4 +140,11 @@ async function createCollectionAndFields() {
|
||||
});
|
||||
}
|
||||
|
||||
setupBranding();
|
||||
setupBranding()
|
||||
.then(() => {
|
||||
process.exit(0);
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error("🚨 Fatal bootstrap error:", err);
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user