INNER CODE UNIT · TypeScript

startupPromise

homarr-labs/homarr · apps/tasks/src/main.ts:8

export const startupPromise = (async () => {
  await onStartAsync();
  await jobGroup.initializeAsync();
  await jobGroup.startAllAsync();
})();

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…