export const startup = new Promise<void>((r) => {
  r();
});