for await()

in bun/serve.ts [19:22]


for await (const _ of watcher) {
   console.log("Change detected, rebuilding...");
   await build();
}