fix: log bootup actions
This commit is contained in:
parent
3aa49eb521
commit
0b8dccb211
|
@ -118,6 +118,7 @@ async function boot(lume: LumeContextType) {
|
||||||
|
|
||||||
async function bootup() {
|
async function bootup() {
|
||||||
for (const entry of Object.entries(BOOT_FUNCTIONS)) {
|
for (const entry of Object.entries(BOOT_FUNCTIONS)) {
|
||||||
|
console.log(entry[1].toString());
|
||||||
await entry[1]();
|
await entry[1]();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue