Jacky Zhao
2023-08-21 173ec240d2ed5b25f18ef42823334ae800b3527d
quartz/bootstrap-cli.mjs
@@ -423,6 +423,7 @@
    const rebuild = (clientRefresh) => {
      timeoutIds.forEach((id) => clearTimeout(id))
      timeoutIds.clear()
      timeoutIds.add(setTimeout(() => build(clientRefresh), 250))
    }